Hello All,
I have dug into the issue a little further and have found a solution to my
problem. Assuming that the implementation's current tendency to only copy
the UserData for the top-most Node being adopted is correct, and assuming
my implementation in the original post is correct, then here is
Hello,
I am working with the java version of xerces and am having trouble
figuring out how to get adopted nodes to carry attached UserData objects
along with them from one document object to another.
In particular, I am trying to add Line Number information to Node objects
in a xerces document. T
Hi Jo,
If you're providing a string as the value of the schemaSource property it's
supposed to be a valid URI.
"C:Test Demo\4.2testing\tmp\xsd-cache\cached_schema_64465.xsd" isn't a
valid URI. With the '\' missing after the 'C:' it doesn't look like a valid
Windows file path either. You should e
>
That's a Numeric Character Reference. XML correctly converted it to the
reference character.
If you want to represent hex data, don't use -- instead, use some
other notation and convert it in your application.
__
"... Three things see no end: A loop
Hi there,
I am having the following issue when trying to validate an XML file
using an XSD schema.
This is the error message: "schema_reference.4: Failed to read schema
document 'C:Test Demo\4.2
testing\tmp\xsd-cache\cached_schema_64465.xsd', because 1) could not
find the document; 2) the document
Hi,
In the XML document there is a node
Trying to read this node with
org.w3.dom.Element e;
e.getAttribute("value")
returns only "n" as string value.
How can I get the hex value of the node?
Thanks
--
View this message in context:
http://www.nabble.com/Reading-Hexadecimal-values-tp1