Jeroen N. Witmond
2017-06-05 17:03:38 UTC
http://xerces.apache.org/xerces-c/mailing-lists.html
To unsubscribe, e-mail: c-dev-***@xerces.apache.org
For additional commands, e-mail: c-dev-***@xerces.apache.org
[
https://issues.apache.org/jira/browse/XERCESC-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
------------------------------------
Priority: Blocker (was: Major)
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
---------------------------------------------------------------------https://issues.apache.org/jira/browse/XERCESC-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
------------------------------------
Priority: Blocker (was: Major)
getElementsByTagName returning null
-----------------------------------
Key: XERCESC-2096
https://issues.apache.org/jira/browse/XERCESC-2096
Project: Xerces-C++
Issue Type: Bug
Components: DOM
Affects Versions: 3.1.1
Environment: HP non stop
Reporter: sivabalan mani
Priority: Blocker
Hi,
I'm running a sample dom parser to print a xml by reading each node,
element and child, the iteration failed when it reached 100th element
<root>
<test1 data =1>
<a>aa</a>
<b>bb</b>
<c>cc</c>
<d>dd</d>
<e>ee</e>
</test1>
98 times similar test nodes
<test100 data=100>
<a>aa</a>
<b>bb</b> // when reading this tag using the
getElementsByTagName the abstarctdom parser returns a NULL.
<c>cc</c>
<d>dd</d>
<e>ee</e>
</test100>
</root>
If this is not the right group please route it to appropriate group,
This looks like a bug to me with abstractdom class, because the the
code works when we have only 99 elements
Thanks
-------------------------------------
Key: XERCESC-2096
https://issues.apache.org/jira/browse/XERCESC-2096
Project: Xerces-C++
Issue Type: Bug
Components: DOM
Affects Versions: 3.1.1
Environment: HP non stop
Reporter: sivabalan mani
Priority: Blocker
Hi,
I'm running a sample dom parser to print a xml by reading each node,
element and child, the iteration failed when it reached 100th element
<root>
<test1 data =1>
<a>aa</a>
<b>bb</b>
<c>cc</c>
<d>dd</d>
<e>ee</e>
</test1>
98 times similar test nodes
<test100 data=100>
<a>aa</a>
<b>bb</b> // when reading this tag using the
getElementsByTagName the abstarctdom parser returns a NULL.
<c>cc</c>
<d>dd</d>
<e>ee</e>
</test100>
</root>
If this is not the right group please route it to appropriate group,
This looks like a bug to me with abstractdom class, because the the
code works when we have only 99 elements
Thanks
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-***@xerces.apache.org
For additional commands, e-mail: c-dev-***@xerces.apache.org