Quote:
Originally Posted by mhkay
Which did you have in mind? XSLT?
|
Ah well there's the rub, I don't know as I don't know what the best approach is. All I want to do after the User has completed the input form is to load a fragment of XML :
Code:
<foo attrA="" attrB="" attrC="" ...>
<bar attrA="" attrB="" />
</foo>
via an appropriate method, set the foo element's attributes then the bar element and keep it as an XdmNode(?) for inclusion in the 'master' document. After the user has completed all of the input forms and I've extracted all of the various sections' inputs from the user I create my 'master' XML document my adding the XdmNodes to a single document.
Does this make any more sense?
--
William