XML and java
i need to write a java application executing the XML command "codepoints-to-string",but i don't succeed in finding the package containing this method.Is there someone who knows which is the name of this library and how to download it?
[249 byte] By [
mutya] at [2007-10-2 18:53:05]

It isn't an XML command. (There is no such thing as an "XML command".) It is a function in XPath 2.0. So your search needs to be for a product that supports XPath 2.0.
However it seems overkill to me to search out an entire implementation of XPath 2.0 just because it contains this function. Why are you doing that?
i agree,but i must write a java program applying the xpath expression "codepoints-to-string(10)" on an xml file;i used the commons.jxpath package,but it doesn't support this function;how can i do?do u know any other java package supporting it?
mutya at 2007-7-13 20:15:50 >
