Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

XML Wrapper


XML Wrapper

This is a very simple-minded jquery utility plugin to wrap XML into <span />s that can be subsequently displayed, styled, selected and bound. It scratches my need of displaying and manipulating XML, YMMV.

I'm placing this into public domain, so feel free to modify if it doesn't meet your needs.

Notes

  • Element name/Attribute name (and value) are added as attributes to the containing element/attribute spans for easier selecting.
  • The main wrapping logic now uses an embedded copy of xmlDOM plugin.
  • If you need pure manipulation of XML, then this plugin is not for you. Try one of those XML-to-JSON or XML-to-DOM plugins.
  • Doesn't handle CDATA sections cleanly.
  • Doesn't handle other XML node types.

Downloads

Version Downloads Date Links
1.5-a Notes


3
Your rating: None Average: 3 (1 vote)