As you can see, the "row" tag is just a dummy tag for multiple records, and obviously the "row" tag under "items" is different from the "row" tag under "orders". But if I add it as data source in XML Publisher, it combines all the sub-nodes under the two different "row"'s.
Subject:Duplicated XML tag name in XML Publisher Author:(Deleted User) Date:30 Jul 2008 09:19 AM
Hi Vic,
that is the expected behaviour; when an XML instance is analyzed, all tags with the same name contribute to generate the definition for a single element definition, as they could be all instances of that single declaration.
If your data needs separate definitions, you must provide the XSD that precisely defines its structure.