Xmerl

Bernardo Paroli erlang@REDACTED
Sat Jun 11 18:41:13 CEST 2005


Hi,
    I'm using the xmerl module to parse XML files.
    Does it support xpath expressions like this: self::xml/child::param[@at=\"att\"]/@v ?

I'm trying this but the xmerl_xpath:string function return the "unknown_expr" error.

<xml> 
           <param at=\"att\" v=\"1\"/> 
           <param at=\"att2\" v=\"2\"/>
</xml>

      Regards,
      Bernardo.
     

     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20050611/08b10258/attachment.htm>


More information about the erlang-questions mailing list