[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl:sequence produces error I cant understand

Subject: xsl:sequence produces error I cant understand
From: Kenneth Stephen <marvin.the.cynical.robot@xxxxxxxxx>
Date: Sun, 10 Oct 2004 14:44:36 -0500
xsl sequence
Hi,

    The following code :

<?xml version="1.0"?>
<xsl:stylesheet version="2.0"
        xmlns:ns="urn:dummyNamespace"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

        <xsl:output omit-xml-declaration="yes" />

        <ns:root>
                <ns:child attr="x" />
                <ns:child attr="y" />
        </ns:root>

        <xsl:template match="/">
                <xsl:for-each
select="document('')/xsl:stylesheet/ns:root/ns:child">
                        <xsl:if test="@attr = 'y'">
                                <xsl:sequence select="@attr" />
                        </xsl:if>
                </xsl:for-each>
        </xsl:template>

</xsl:stylesheet>

....when invoked on itself produces :

bash-2.05b$ java net.sf.saxon.Transform seq.xsl seq.xsl 
Error at if on line 15 of file:/C:/cygwin/home/zaphod/code/seq.xsl:
  Cannot write an attribute when there is no open start tag
Transformation failed: Run-time errors were reported

    Can someone help me understand my error please? 

Thanks,
Kenneth

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.