Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


XSLT code

From: paul_0403@-----.---
To: NULL
Date: 6/5/2008 2:35:00 PM
I have the following XML file

<?xml version="1.0" encoding="UTF-8"?>
<CentralServerRequest>
    <RequestInfo>
        <ResponseFile Mode="Overwrite"></ResponseFile>
        <StatusFile></StatusFile>
    </RequestInfo>
</CentralServerRequest>

I tried the following xslt code but can't seem to get it working.

response_file=e:/tmp/response.xml
status_file=d:/tmp/status.xml

<xsl:template match="StatusFile[. = '' ">
        <xsl:copy>
            <xsl:value-of select="$status_file"/>
        </xsl:copy>
    </xsl:template


Can somebody show me how to insert values associated with a variable
into the XML so the output will look like this:

<?xml version="1.0" encoding="UTF-8"?>
<CentralServerRequest>
    <RequestInfo>
        <ResponseFile Mode="Overwrite">e:/tmp/response.xml</
ResponseFile>
        <StatusFile>d:/tmp/status.xml</StatusFile>
    </RequestInfo>
</CentralServerRequest>


Thanks in advance to all who answer



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent