How to Use xmerl_xpath:string ???

Helmut Enck-Radana her@REDACTED
Wed Jul 13 15:19:33 CEST 2005


At 12:16 2005-07-13, you wrote:
>what is the format of xPathString() ???
[...]
>  No docs found. So ... Need Help from expert ..... !!!!!

xmerl docs:
http://erlang.se/doc/doc-5.4/lib/xmerl-1.0/doc/html/

XPath spec:
http://www.w3.org/TR/xpath


>  55> xmerl_xpath:string("/<IVR>/<content>/",ParsResult2).

         /<IVR>/<content>/

is not an XPath expression. May be you mean

         /IVR/content

or

         /IVR/content/*

or

         /IVR/*


-- Helmut




More information about the erlang-questions mailing list