> Well.. is the XML you are outputting always the same or does the output > conform to one or more C14N standards?
Actually I use just one C14N format, but it doesn�t limit interop with other providers, it just XML, the format is not important until signed, when i send my XML to other provider he will have no trouble in reading the C14N, and when he sends something to me, I can parse any format. > I am sorry.. wasn't being clear. I meant that if your requirements change > in such a way that you need to change the code. It is usually quite a > challenge to change code like that because it's usually quite rigid. If my requirements change, means that the some XML structure has changed, so I just simply generated the new structure, the XMLSigner, is just a method.
