"Klaus Meinhard" <
K_Mei...@gmx.de> wrote in news:a483aqF85gU1
@
mid.individual.net:
> There's an example if you follow the link at the bottom in the HELP
> for @XMLXPATH to "XML in Take Command."
Found the problem. It was due to unclosed META tags.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Corrected it to:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
All except "<!DOCTYPE ..." must be properly closed.
I guess the function is for XML with strict format only.