Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

%@XMLPATH usage in 4NT

12 views
Skip to first unread message

JJ

unread,
Jun 17, 2012, 4:14:36 PM6/17/12
to
How do you use 4NT %@XMLPATH to get a "A" tag "HREF" value in a HTML file?
i.e.: the link URL. I can't seem to figure out how to properly specify the
XML path parameter. It always complain with an "Unbalanced element tag."
error.

Klaus Meinhard

unread,
Jun 18, 2012, 3:23:01 AM6/18/12
to
"JJ" <jaejunks_at@_googlemail_dot._com> schrieb im Newsbeitrag
news:XnsA0762119A24EAja...@0.0.0.54...
There's an example if you follow the link at the bottom in the HELP
for @XMLXPATH to "XML in Take Command."


--
Best regards,

* Klaus Meinhard *
<www.4dos.info>

JJ

unread,
Jun 18, 2012, 7:30:30 AM6/18/12
to
"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.
0 new messages