|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








