xsl-list
[Top] [All Lists]

newbie question about strings and XPath expressions

2003-08-19 14:21:12
Hello all, I'm new to XPath and need to find a text node in an xml document 
with a 
position higher than 6 and that also starts with 1 (it's an enumeration). 
XMLSpy tells 
me this expression is not valid, why?
<xsl:apply-templates select="text()[position()>=6] and [starts-with(string(text
()),'1']"/>
tia,
lizet


-------------------------------------------------
Este mensaje fue enviado usando el servicio de correo en web de Infomed
http://webmail.sld.cu

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



<Prev in Thread] Current Thread [Next in Thread>