|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Output XML doc with XSL doc name in comment
Dear Friends,
I am attempting to output the xsl document in a comment field when I
generate the new xml document.
I am not getting anywhere.
Anyone have a suggestion?
Sincerely,
Mike F.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output version="1.0" method="xml" indent="yes" encoding="utf-8"
omit-xml-declaration="no" standalone="no" media-type="text/xml"/>
<xsl:template match="/">
<xsl:comment>
<xsl:variable name="rr" select="document('')"/>
<xsl:value-of select="concat('xyz', $rr)"/>
</xsl:comment>
<LLL>
<xsl:apply-templates select="//*"/>
</LLL>
</xsl:template>
</xsl:stylesheet>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
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








