Sv translation | ||
---|---|---|
| ||
When data is transferred from an MIS to the PLA software, the MIS generates job information in XML format that is specific to the MIS, and then a custom Extensible Stylesheet Language Transformation (XSLT) file changes the MIS XML files into XML files that PLA can accept. XML generated by the MISThe MIS must generate job information in XML format—one XML file per layout. The format of the XML is flexible. Each MIS may have its own custom format. Typically, the format is defined in a schema written in an XML schema definition (.xsd) file. The schema defines the names, types, and relationships of each piece of information. A schema is helpful but not required. XML required by PLAThe PLA software must receive data in XML files that conform to a specific XML schema. For example, the PLA schema requires the XML file to identify marks with the name The schema is installed on the server when you install PLA. It is called For descriptions of the elements and attributes in the schema, see the annotations embedded in the schema file. Comparing the MIS and the PLA XMLThe MIS schema usually differs from the PLA schema. For example, the XML file from your MIS may identify all artwork with the name To resolve this problem, software developers have the following options:
Modifying XML with XSLTXSLT is a programming language that can change one type of XML into another type. Use XSLT to change the XML files that the MIS generates into XML files of a format that the PLA software supports. Each time that the MIS produces an XML file, the XSLT file reads the XML file and creates a new XML file with a different structure but the same data. For example, an XSLT file can change the name You can create the XSLT file in a text editor, or you can use XSLT editing software. |
Sv translation | ||
---|---|---|
| ||
Lorsque des données sont transférées depuis un MIS vers le logiciel PLA, le MIS génère des informations de travail au format XML spécifique au MIS avant qu'un fichier Extensible Stylesheet Language Transformation (XSLT) personnalisé ne transforme les fichiers XML du MIS en fichiers XML pris en charge par PLA. XML créé par le MISLe MIS peut créer des informations de travail au format XML, à raison d'un fichier XML par mise en page. Le format du XML est flexible. Chaque MIS peut avoir son propre format personnalisé. En général, le format est défini dans un schéma écrit dans un fichier XML de définition de schéma (.xsd). Ce schéma définit les noms, types et relations de chacune des informations. Un schéma est utile mais n'est pas obligatoire. XML requis par PLALe logiciel PLA doit recevoir les données dans des fichiers XML conformes à un schéma XML spécifique. Par exemple, le schéma PLA requiert le fichier XML pour identifier les repères portant le nom Le schéma est installé sur le serveur lorsque vous installez PLA. Il s'appelle Pour obtenir des descriptions des éléments et des attributs du schéma, reportez-vous aux annotations incorporées dans le fichier du schéma. Comparaison des formats XML du MIS et de PLALe schéma du MIS diffère généralement de celui de PLA. Par exemple, le fichier XML de votre MIS peut identifier toute maquette avec le nom Pour résoudre ce problème, les développeurs de logiciels ont les possibilités suivantes :
Modification d'un fichier XML avec XSLTXSLT est un langage de programmation qui peut transformer un type de fichier XML en un autre. Utilisez XSLT pour transformer les fichiers XML que crée le MIS en des fichiers XML au format pris en charge par le logiciel PLA. Chaque fois que le MIS produit un fichier XML, le fichier XSLT lit le fichier XML et crée un nouveau fichier XML avec une structure différente mais des données identiques. Par exemple, un fichier XSLT peut transformer le nom Vous pouvez créer le fichier XSLT dans un éditeur de texte ou utiliser un programme d'édition XSLT. | ||
Sv translation | ||
| ||
数据从 MIS 传输到 PLA 软件时, MIS 将生成特定于 MIS 的 XML 格式的作业信息,然后一个自定义的可扩展样式单语言转换 (XSLT) 文件将 MIS XML 文件更改为 PLA 可以接受的 XML 文件。 MIS 生成的 XMLMIS 必须生成 XML 格式的作业信息 - 每个版式一个 XML 文件。 XML 的格式很灵活。 每个 MIS 可以具有其自身的自定义格式。 通常来说,格式定义在 XML 模式定义 (.xsd) 文件中编写的模式中。 该模式定义每项信息的名称、类型和关系。 模式很有用,但不是必需的。 PLA 所需的 XMLPLA 软件必须接收符合特定 XML 模式的 XML 文件中的数据。 例如,PLA 模式需要 XML 文件来标识名称为“ 安装 PLA 时,模式安装在服务器上。 它名为 关于模式中的元素和属性的描述,请参阅嵌入在模式文件中的注释。 比较 MIS 和 PLA XMLMIS 模式通常与 PLA 模式不同。 例如,来自 MIS 的 XML 文件可以用名称“ 为解决该问题,软件开发人员拥有以下选项:
使用 XSLT 修改 XMLXSLT 是一种编程语言,它可以将一种类型的 XML 更改为另一种类型。 使用 XSLT 以便将 MIS 生成的 XML 文件更改为 PLA 软件支持的 XML 文件格式。 MIS 每次生成一个 XML 文件时,XSLT 文件就读取该 XML 文件,并利用不同的结构和相同的数据来创建一个新的 XML 文件。 例如,XSLT 文件可将 MISgenerated XML 文件中的名称“ 您可以在文本编辑器中创建 XSLT 文件,也可以使用 XSLT 编辑软件。 |