Excluding fields from XML Export

  • Thread starter Thread starter Jay Myhre
  • Start date Start date
J

Jay Myhre

I need to export data based on an existing XSD format. It contains multiple
tables and many of these tables have sub-tables, and several sub-tables have
sub-sub-tables (or what ever you wish to call them). To maintain the
relationship there are primary and foreign keys. The XSD requires the
exclusion of any primary or foreign keys. Is there a way I can keep them
from being included in the XML document? I am able to create the XML and
have it look the same as required by the XSD except for these primary and
foreign keys.
Thanks for any help.
 
Since no one has been able to reply to this question I assume the answer is
"No". I'm a little disappointed.
 
Back
Top