[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Links XML/XSL

Subject: Links XML/XSL
From: "Burge, Morais L Mr USAPA" <Morais.Burge@xxxxxxxxxxxxxx>
Date: Thu, 31 May 2001 12:16:50 -0400
xml xsl links
Hi All,

I have a problem that I cant figure out at the current moment. Here goes: 

The problem is with links in XML file and XSL. The text after the extlink
does not show up in the browser.

Here is the XSL: 

<P><B>Suggested Improvements:</B>  
  <xsl:for-each select="statment/suggimpr">
    <xsl:if test="@interch"><P></P>
      <P><B>Interim Changes:</B> 
      <xsl:value-of select="statment/interch/paratext"/></P>
    </xsl:if>
  <xsl:for-each select="paratext">
    <xsl:value-of select="text()"/>
    <xsl:for-each select="extlink">
    <A>
      <xsl:attribute name="href">
        <xsl:value-of select="@fileref"/>
      </xsl:attribute>
      <xsl:value-of select="text()"/>
    </A>
    </xsl:for-each> <!-- extlink -->
  </xsl:for-each> <!-- paratext -->
  </xsl:for-each> <!-- statment/suggimpr -->
</P>

Here is the XML:

<suggimpr>
  <paratext>Users are invited to send comments and suggested improvements on
<extlink fileref="http://lia.army.mil/ext2028.html">DA Form 2028</extlink>
(Recommended Changes to Publications and Blank Forms) directly to HQDA
(TAPC-OSA-M), ALEX LA 25432-0423.</paratext>
</suggimpr>

Do any one have any idea what I am doing incorrect?

Thanks in advance,

M/B




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Links XML/XSL
    • Burge, Morais L Mr USAPA - Thu, 31 May 2001 12:20:29 -0400 (EDT) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.