SAVE AS File for XML Output !

Hello Friends,

i have a funny problem.
when I execute this command :

<A HREF=“http://:/tamino/P_INO_1/Firmenbuch?_XQL=/Firma[FBNr=“233099v”” TARGET=_blank>]http://:/tamino/P_INO_1/Firmenbuch?_XQL=/Firma[FBNr=“233099v”]

The MS-Browser displays, the returning data from Tamino, with formating tags etc. correctly .

But i can’t save this output with Ms-Browser!

Datei -->> Save as —>> Firmenbuch.xml

It seems allways, the MS-Browser saves it correctly.But this output couldn’t be saved.

Why ?

Thank you in advance !

kind Regards,

Sedo

Hi Sedo,
The answer to your question is > here <
Hope this helps.

Thank you Bill !

i received other recommendation about XML SPY Editor. With it we can save it without any problem !

Hi, Sedo.
You can try to use XSL processing:

…_XQL//loadDCMXMLForm_Process.xsl=/Firma[FBNr=“233099v”]

and save data from script in XSL-file:

<?xml version="1.0" encoding="windows-1251"?>
<xsl:stylesheet xmlns:xsl=“Extensible Stylesheet Language (XSL) Version 1.1”>
<xsl:template match = “/”>



TH
{
background-color: #CCCCCC;
}
















<xsl:for-each select=“ino:response/ino:object”>




</xsl:for-each>

URLs
Text Attachment
<xsl:value-of select=“@ino:id”/>





</xsl:template>
</xsl:stylesheet>

The full path is D:\Inetpub\wwwroot\loadDCMXMLForm_Process.xsl

Kind Regards.
CBH.