A
Anton
Hi All,
I am programming in VBA for Word and use Microsoft XML v6,0 xml library for
working with xml files.
Sometimes xml files are incorrect and xml parser does not create node
structure for such files.
I need to know line in the xml file there is error is present.
Error can be:
1. Unclosed tag.
2. Merged tags as : <tag1><tag2>Some text<tag1><tag2>.
3. e.t.c.
May be anybody know how to get such information from MSXML or other library
included in the Office package or Windows?
May be any free library is present for it that can be used from macro?
Thank you,
Anton
I am programming in VBA for Word and use Microsoft XML v6,0 xml library for
working with xml files.
Sometimes xml files are incorrect and xml parser does not create node
structure for such files.
I need to know line in the xml file there is error is present.
Error can be:
1. Unclosed tag.
2. Merged tags as : <tag1><tag2>Some text<tag1><tag2>.
3. e.t.c.
May be anybody know how to get such information from MSXML or other library
included in the Office package or Windows?
May be any free library is present for it that can be used from macro?
Thank you,
Anton