michmech / xonomy

A schema-driven XML editor for the web.
MIT License
91 stars 32 forks source link

A xml element's data is a xml content #45

Open shaojun opened 5 years ago

shaojun commented 5 years ago

Hi , I have an element that it's value attribute content is a xml, which like:

<node value='&lt;innnerNode logicalId='1' physicalId='1' /&gt;'>

I want when user click the attribute value, it show another xonomy xml editor rather than a textbox, any suggestion?

thanks.