Java library supporting XPointer using xpointer () schema?

Is there any java library supporting XPointer using the xpointer () schema?

Xerces supports XInclude with the XPointer Framework and XPointer element (), but not with the xpointer () schema.

The latest W3C document on the xpointer () schema is from 2002, but still just a draft: http://www.w3.org/TR/xptr-xpointer/

+5
source share
2 answers

For xerces, I implemented the XPointer xpointer () schema as part of the GSoc project. But this support needs further improvement in order to be available. I think there is no other support for this. Herces can support this in the future.

0
source

All Articles