Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve Element Sequential Order #8

Open
EBeutlich opened this issue Jun 16, 2020 · 1 comment
Open

Preserve Element Sequential Order #8

EBeutlich opened this issue Jun 16, 2020 · 1 comment

Comments

@EBeutlich
Copy link

An XML schema may enforce element order. Currently the API will give elements from the XML Map in an arbitrary order. There should be an API method to return XML elements in the original order.

@tholsan
Copy link

tholsan commented Jan 28, 2021

Not only for xml schemas. I sometimes or often want to have control over the order the items are listed in the tree. Since the Node Name is used to form the tag, this is now not possible (or?).

I modified "Add Node.vi" so it has a tag input that will be used if not empty:
image

drew-herron referenced this issue in drew-herron/Tree-Map-API Jul 14, 2023
…XML, instead of forcing alphabetical sorting enforced by maps/sets

- Upgrades to LabVIEW 2020 (solely because of the available dev environment)
- Upgrades to VIPM 2021 (solely because of the available dev environment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants