Hi,
I'm using dom4j and of course also jaxen for some xml processing. Got
into trouble when trying to get a hold of a processing instruction via
an xpath expression.

Example:
<a>
  <b/>
  <?toc order-by="x"?>
  <c/>
</a>

c.selectSingleNode("preceding-sibling::*[1]");
returns b.

Best Regards
Mattias Reichel




_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to