|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Accessing the XML declaration, the namespace-uri() function
Is it possible to somehow access the attributes of the <?xml version="1.0"?> tag? I'm trying to create a stylesheet that will generate a HTML view of any XML code, and I'd like it to begin with the <?xml version="1.0"?> tag. So I was planning to write out something like: <?xml then insert the attribute names & their values then close the tag: ?> I've gotten this approach working for other processing instructions, but is it possible with the XML declaration, and if so, how? Are they attributes of the root node, or does "The XML declaration is not visible to the XSL processor" mean it is truly impossible? Would it be safe to assume that the declaration is always <?xml version="1.0"?> and hard code it, i.e.: <?xml version="1.0"?> ? Also, does the namespace-uri() function work in XT? The XT webpage says that namespace *axes* aren't supported, but what about the function? I can't get it to produce anything (using <xsl:value-of select="namespace-uri()> ). XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








