Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am translating XML to XML with XS

Status
Not open for further replies.

SMerrill

Programmer
Jan 19, 2002
145
US
I am translating XML to XML with XSLT.

I would like the resulting XML to contain a reference (validate) to a specific schema.
I am trying to get the root element of the result tree to contain
xsi:noNamespaceSchemaLocation="yadda.xsd" as an attribute to the root element. But I am having difficulty getting that to fit into the XSL code and validate.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top