|
From: Mattias J <mj...@ex...> - 2005-06-29 11:08:42
|
At 2005-06-29 11:44, you wrote: >Mattias, > >I don't think I want to change my XML implementation as its strictly defined >from another party. >I have noticed that Hermes gives the ability to add attributes to the >MessageHeader but I can't find a way of adding or modifying attributes of >the Envelope section. On the other hand, a namespace declaration isn't *really* an attribute. XML parsers tend to place the namespace declaration as they see fit, depending on where the namespace is used. So the same XML document can look somewhat different, depending on what XML implementation serialized it. |