You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of an automated test environment I want to show to the reader/user a few XML documents. These documents are very large and complex, and therefore very tedious to browse through. I would like to show the entire XML document, but with most parts collapsed, and only the relevant part(s) expanded; much like how Chrome displays an xml file or how Chrome DevTools displays the DOM tree. If possible I would also like certain parts highlighted, eg with a different background color.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As part of an automated test environment I want to show to the reader/user a few XML documents. These documents are very large and complex, and therefore very tedious to browse through. I would like to show the entire XML document, but with most parts collapsed, and only the relevant part(s) expanded; much like how Chrome displays an xml file or how Chrome DevTools displays the DOM tree. If possible I would also like certain parts highlighted, eg with a different background color.
Is jstree a suitable library for achieving this?
I believe there used to be an XML_DATA Plugin for jstree, https://old.jstree.com/documentation/xml_data. Is that plugin still alive?
Beta Was this translation helpful? Give feedback.
All reactions