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: text()


> I have a source file
> 
> <html xmlns="http://www.w3.org/1999/xhtml">
> My stylesheet reads
> 
> 
> <xsl:template match="html/body/text()">

You've fallen into the namespace trap again. The names "html" and "body"
need a namespace prefix.

Stared at this one for ages...

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]