Java library supporting XPointer with the xpointer() scheme?
Asked Answered
N

2

6

Is there any java library supporting XPointer with the xpointer() scheme?

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

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

Nag answered 1/5, 2012 at 18:44 Comment(0)
I
0

For the xerces I implemented the XPointer xpointer() scheme under a GSoc project.But that support needs to be improved further in order to be available.I think there is no other support for this as well.Xerces might support this in future .

Introspect answered 7/5, 2013 at 15:5 Comment(0)
K
1

May be this can help you: http://etourdot.github.io/xincproc/

xpointer functions are not supported but xpath in the xpointer scheme is fully implemented. Samples here: http://etourdot.github.io/xincproc/xpointer/specs/org/etourdot/xincproc/xpointer/xpointer/XPointer.html

Koon answered 27/4, 2015 at 15:14 Comment(0)
I
0

For the xerces I implemented the XPointer xpointer() scheme under a GSoc project.But that support needs to be improved further in order to be available.I think there is no other support for this as well.Xerces might support this in future .

Introspect answered 7/5, 2013 at 15:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.