This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Links XML/XSL


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]