May 12, 2007 #1 L33tF33t Programmer May 12, 2007 2 GB I am currently developing an XML based CMS. I use several namespaces in my XML document, and am wondering how I can declare this in my XSL file.
I am currently developing an XML based CMS. I use several namespaces in my XML document, and am wondering how I can declare this in my XSL file.
May 12, 2007 #2 k5tm Programmer Aug 24, 2001 2,038 US You would typically declare namespaces in the xsl:stylesheet element, which also has some attributes that control namespaces in the output document. Tom Morrison http://www.liant.com Upvote 0 Downvote
You would typically declare namespaces in the xsl:stylesheet element, which also has some attributes that control namespaces in the output document. Tom Morrison http://www.liant.com
May 12, 2007 Thread starter #3 L33tF33t Programmer May 12, 2007 2 GB Sorry, I meant XSD file, not XSL. Upvote 0 Downvote