Copy link to clipboard
Copied
I'm trying to wrap an xml element within a fm element. The Dev Guide describes how read/write rules could unwrap, rename elements,... but nothing like wrapping an element. Is this possible to do with r/w rules when reading an xml file?
Copy link to clipboard
Copied
I don't think you can wrap with R/W rules, but you could use an XSLT stylesheet to do this. You can automatically have an XSLT stylesheet applied when you open the XML file. This is done by specifying a stylesheet in the structured application. If you need some help with this, please contact me offlist. Thank you. rick at frameexpert dot com
Copy link to clipboard
Copied
Thanks!