This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Output is incorrect...


> I am writing a very simple application that converts XML  
> into HTML using an
> XSL sheet  However, I am getting confusing output that I just 
> do not exepect to see.  

> <xsl:template match="cat[@id=$id]">

Match patterns used in xsl:template are not allowed to contain variable
references, so a conformant processor should reject this. 

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]