You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.2 KiB
Plaintext

<XmlTransformation Version="1.0"><Transform Direction="ToCds"><SelectEach dest="DATAPACKET\ROWDATA\ROW" from="\NewDataSet\Table"><Select dest="@PKTP" from="\PKTP"/></SelectEach></Transform><XmlSchema RootName="NewDataSet"><![CDATA[<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="NewDataSet" type="NewDataSetType"/>
<xs:complexType name="NewDataSetType">
<xs:sequence>
<xs:element name="Table" type="TableType"/>
</xs:sequence>
</xs:complexType>
<xs:element name="Table" type="TableType"/>
<xs:complexType name="TableType">
<xs:sequence>
<xs:element name="PKTP" type="PKTPType"/>
</xs:sequence>
</xs:complexType>
<xs:element name="PKTP" type="PKTPType"/>
<xs:simpleType name="PKTPType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:schema>]]></XmlSchema><CdsSkeleton/><XslTransform/><Skeleton><![CDATA[<?xml version="1.0"?><DATAPACKET Version="2.0"><METADATA><FIELDS><FIELD attrname="PKTP" fieldtype="string" WIDTH="7"/></FIELDS><PARAMS/></METADATA><ROWDATA/><METADATA><FIELDS><FIELD attrname="PKTP" fieldtype="string" WIDTH="7"/></FIELDS><PARAMS/></METADATA><ROWDATA/></DATAPACKET>
]]></Skeleton></XmlTransformation>