Description
Currently XML-READER / WRITER work on a top down methodology. This can be incredibly slow if you need to keep searching for different nodes. Most other languages support an XPATH style reader.
Use Case
- Search XML using an XPATH query and return result in a Uniface list - Given a specific XML node grab its value and attributes. - Also allow for updates this way.
Importance
Improved performance when parsing XML files.
Type
XML
Operating System
Not Applicable
Status
Open