Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IXmlNode problems
#2
XML element names should be constants because they must be named like variables (also can contain : - .). Unknown data should be placed in values or attribute values. Name "a123" is valid. Name "123" is invalid.

For example, instead of
<unknowname>value</unknownname>
use
<e name="unknownname">value</e>

To find such elements easier using Path, QM 2.3.0.3 will support filter expressions.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)