Element <STTM > weird behaviour ... 2003-09-25 - By steven.vanloon@(protected)
Hello everybody,
I get some strange things when I try to parse the next XML with the Xerces parser:
<STTM>&</STTM>
The result is <STTM>&</STTM> (just the same) instead of <STTM>&</STTM>. The strange thing is that if I try to parse for example
<STTMT>&</STTMT>
or
<sttm>&</sttm>
I get the correct results: <STTMT>&</STTMT> <sttm>&</sttm>
Is this some kind of bug ?? or is it a known issue and can it be solved somehow.
The same thing happens with < and > which should translate in < and > resp.
Any help would be greatly appreciated!!
Steven.
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|