Author: Alexander Barkov Email: [email protected] Message: <skip> > > I guess you need this is for XML files. > > XPath is currently not possible. We could take advantage > of libxml2 to add XPath support. But this needs some > development efforts. >
Btw, simple extraction from a given XML tag is supported in 3.3.x, with help of the Section command. For example: <xml> <a> <b>I want to extract this</b> </a> </xml> A command like this will do the trick: Section xml.a.b 10 128 Reply: <http://www.mnogosearch.org/board/message.php?id=21599> _______________________________________________ General mailing list [email protected] http://lists.mnogosearch.org/listinfo/general
