Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Back in the Day ..

From: brian.f.oneil@-----.---
To: NULL
Date: 5/2/2006 5:34:00 AM

I used to be able to XSL transform just about any XML using either
MSXML or XSLTransform using syntax such as the following :

   <xsl:template match="/">
    <html>
      <body>
        <p style="text-align:center;">
          <b>
            Purchase Request
          </b>
        </p>
        <xsl:for-each
select="PurchaseRequestReportData/PurchaseRequest">
          <table>
            <tr>
              <td>Request # :</td>
              <td>
                <xsl:value-of select="PRNo" />
              </td>
            </tr>
            <tr>
              <td>Request Date :</td>
              <td>
                <xsl:value-of select="CreateDate" />
              </td>
            </tr>
          </table>
        </xsl:for-each>
        <xsl:apply-templates></xsl:apply-templates>
      </body>
    </html>
  </xsl:template>

Now I can not get the browser to render anything other than the data,
which leads me to question whether my Transform is doing anything at
all. In one post, it was suggested  that there needs to be some XSL
code for constructing these HTML elements I want. What? "If that's
movin' up then I'm movin' out"

Any help gang?



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