R
raimund.keese
Hello,
I have a problem with the XERCES method DOMNode::getTextContent().
The returned node text is shorter than the text in the XML file.
The method returned just the first 242 character.
Below is the node content.
<myNode>0x01, 0x23, 0x04, 0x21, 0x02, 0x04, 0x22, 0x61, 0x06, 0x43,
0x00, 0x04, 0x02, 0x24, 0x02, 0x02, 0x25, 0x02, 0x15, 0x86, 0x00, 0x00,
0x00, 0x02, 0x03, 0x27, 0x01, 0x0B, 0x48, 0x3D, 0x61, 0x02, 0x29, 0x01,
0x03, 0x2A, 0x01,0x05, 0x13, 0x08, 0x41, 0x00, 0x34, 0x05, 0x22, 0x03,
0x02, 0x23, 0x01, 0x03, 0x24, 0x02, 0x04, 0x25, 0x61, 0x02, 0x26,
0x01,0x06, 0x1B, 0x05, 0x21, 0x02, 0x02, 0x22, 0x01, 0x02, 0x23, 0x01,
0x02, 0x24, 0x02, 0x03, 0x25, 0x02, 0x02, 0x26, 0x02, 0x03, 0x27, 0x01,
0x02, 0x28, 0x01, 0x02, 0x29, 0x01,0x08, 0x16, 0x02, 0x21, 0x01, 0x02,
0x22, 0x02, 0x02, 0x23, 0x01, 0x07, 0x44, 0x04, 0x01, 0x03, 0x25, 0x01,
0x02, 0x26, 0x02, 0x02, 0x27, 0x01</myNode>
Is anybody know the reason for this behavior?
What can I do get the complete node contents?
Thanks a lot for any help!
Raimund
I have a problem with the XERCES method DOMNode::getTextContent().
The returned node text is shorter than the text in the XML file.
The method returned just the first 242 character.
Below is the node content.
<myNode>0x01, 0x23, 0x04, 0x21, 0x02, 0x04, 0x22, 0x61, 0x06, 0x43,
0x00, 0x04, 0x02, 0x24, 0x02, 0x02, 0x25, 0x02, 0x15, 0x86, 0x00, 0x00,
0x00, 0x02, 0x03, 0x27, 0x01, 0x0B, 0x48, 0x3D, 0x61, 0x02, 0x29, 0x01,
0x03, 0x2A, 0x01,0x05, 0x13, 0x08, 0x41, 0x00, 0x34, 0x05, 0x22, 0x03,
0x02, 0x23, 0x01, 0x03, 0x24, 0x02, 0x04, 0x25, 0x61, 0x02, 0x26,
0x01,0x06, 0x1B, 0x05, 0x21, 0x02, 0x02, 0x22, 0x01, 0x02, 0x23, 0x01,
0x02, 0x24, 0x02, 0x03, 0x25, 0x02, 0x02, 0x26, 0x02, 0x03, 0x27, 0x01,
0x02, 0x28, 0x01, 0x02, 0x29, 0x01,0x08, 0x16, 0x02, 0x21, 0x01, 0x02,
0x22, 0x02, 0x02, 0x23, 0x01, 0x07, 0x44, 0x04, 0x01, 0x03, 0x25, 0x01,
0x02, 0x26, 0x02, 0x02, 0x27, 0x01</myNode>
Is anybody know the reason for this behavior?
What can I do get the complete node contents?
Thanks a lot for any help!
Raimund