Mathias Berg wrote:
Hi, i need some advice how i should build my xmlSignature document.
In our application we can create many orders. And each order shall be
xmlSigned.
After that, the xmlSigned orders is then added to a new XmlSigned document,
so we signed all orders in one document again.
Now how can i add these xmlSigned orders into the root xmlSigned document?
Document.importNode() ?
--Sean
RootXmlSignedDocument
- order1XmlSignedDoc
- order1Xml (the order is added into a xml)
- order2XmlSignedDoc
- order2Xml
and so on.