Hi all!
I am using Oracle XML parser ver 9.0.1.0.0 for C++ and I am having a
strange problem with quotes. Parser throws a parsing error when trying
to parse attributes containing quotes (even escaped: " ). Does
anyone know what the problem is?
Example: attrName=" " hello " "
Error: LPX-00240: element -start tag is not well formed
I am using Oracle XML parser ver 9.0.1.0.0 for C++ and I am having a
strange problem with quotes. Parser throws a parsing error when trying
to parse attributes containing quotes (even escaped: " ). Does
anyone know what the problem is?
Example: attrName=" " hello " "
Error: LPX-00240: element -start tag is not well formed
Comment