09-23-05 07:48 AM
Hi Rich,
You can use xpath to retrieve the field name and then create the xml
instance through something like .net XmlDocument object.
However the output XML below doesn't have a certain schema. So even
the instance is generated, it's hard for you to perform further
processing on it with biztalk.
<Order>
<Header>
<FieldName1>FieldValue1</FieldName1>
<FieldName2>FieldValue2</FieldName2>
</Header>
</Order>
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
[ Post a follow-up to this message ]
|