[Home] [By Thread] [By Date] [Recent Entries]
Jan Limpens wrote:
The lang() function checks the input for an xml:lang, not a lang attribute so you can either use xml:lang in your input: <Document href="Publications.aspx"> <Information xml:lang="de"> or leave the lang attribute as it is but test it like this: //Document[@href='Publications.aspx']/Information[@lang='de']/Title HTH, Anton
|

Cart



