XPath (XML) fails to parse certain characters

XPath returns NIL when trying to parse v4p files.

Substituting &cr; and &lf; makes it work.

45beta33.7
50alpha34.1

XPath_1.v4p (41.1 kB)

you need to enable Resolve Externals for this and then make sure that the .dtd referenced in the string that goes into the xpath node is available (which is not true in your example).

so anyway the .dtd defines those entities. see?

ah, i see!

danke