e.g. an address element:
<Address Type="somedata" Country="moredata" />
is being outputted as
<Address Type="somedata" Country="moredata></Address>
Although the output is valid xml, our customer is insisting
upon the former.
The xslt has been tested in XmlSpy and using Xalan and in both cases the
output is as wanted i.e. using self-closing tags.
Is there a BizTalk or MSXML configuration setting that can be
changed, or an XSLT setting?
There doesn't appear to be any difference if you use an XmlTransmit or
PassThruTransmit pipeline.
The only suggestion I can therefore offer is to write a custom send pipeline
component that strips these end tags on known 'problematic' elements.
Nick.