有没有java库支持使用xpointer()方案的XPointer?
Xerces通过XPointer框架和XPointer element()方案支持XInclude,但不支持xpointer()方案。
关于xpointer()模式的最新W3C文档来自2002年,但仍只是一个草案:http://www.w3.org/TR/xptr-xpointer/
发布于 2013-05-07 23:05:26
对于xerces,我在一个GSoc project.But下实现了XPointer xpointer()方案,它的支持需要进一步改进才能可用,我认为没有其他的支持,因为xerces将来可能会支持它。
发布于 2015-04-27 23:14:23
这可能会对你有所帮助:http://etourdot.github.io/xincproc/
不支持xpointer函数,但完全实现了xpointer方案中的xpath。示例在这里:http://etourdot.github.io/xincproc/xpointer/specs/org/etourdot/xincproc/xpointer/xpointer/XPointer.html
https://stackoverflow.com/questions/10402515
复制相似问题