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]

XSL/XML External Link


 Hi All, 

> Can you please assist me with the following problem? I need to add an
> external link to <suggimpr> element below, but the method that I used is
> not outputting all the text that is required when I open my XML file in
> the Browser. 
> 
> All the text up to the end extlink tag is showing in the Browser, but
> after the end tag the rest of the sentence is not appearing. 
> 
> HERE IS A LARGE PART OF THE XSL:
> 
> <xsl:for-each select="doc/front/titlepg">
> 		  <xsl:for-each select="signer">
> 		    <br /> 
> 		    <img width="200" align="left">
> 		    <xsl:attribute name="src">
> 		      <xsl:value-of select="@boardno" />.gif
> 		    </xsl:attribute>
> 		      </img>
> 		  </xsl:for-each><!--signer-->
> 
> 		<P><B>History:</B>  <xsl:value-of select="history"/></P>    
> 		<P></P>
> 		<P><B>Summary:</B>  <xsl:value-of
> select="statment/summ/paratext"/>
> 		  <xsl:for-each select="paratext">
> 		    <xsl:apply-templates />
> 		  </xsl:for-each>
> 		</P>   
> 		<P></P>
> <!--		<xsl:for-each select="doc/front/cover">
> 	<H3><xsl:for-each select="issdate">
> 	<xsl:value-of select="@day"/>
> 	<xsl:value-of select="@month"/>
> 	<xsl:value-of select="@year"/>
> 	</xsl:for-each></H3>
> -->
> 		<P><B>Applicability:</B> <xsl:value-of
> select="statment/appl/paratext"/><xsl:apply-templates /></P>
> 		<P></P>
> 		<P><B>Proponent and Exception Authority:</B>  <xsl:value-of
> select="statment/proexath/paratext"/></P>
> 		<P></P>
> 		<P><B>Army Management Control Process:</B>  <xsl:value-of
> select="statment/ctrlsys/paratext"/></P>
> 		<P></P>
> 		<P><B>Supplementation:</B>  <xsl:value-of
> select="statment/suppl/paratext"/></P>
> 		
> 		<P></P>
> 		<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
> target="newwindow">
> 				<xsl:attribute name="href">
> 				<xsl:value-of
> select="@fileref"/></xsl:attribute>
> 				<xsl:value-of
> select="text()"/></A></xsl:for-each>
> 				</xsl:for-each>
> 				</xsl:for-each></P>
> 
> 
> HERE IS THE PART OF THE XML THAT I AM CONCERN WITH:
> 
> <titlepg><signer boardno="sigj115"/>
> <history> 
> </history>
> <statment>
> <summ><paratext></paratext>
> </summ>
> <appl><paratext></paratext>
> </appl>
> <proexath><paratext></paratext>
> </proexath>
> <ctrlsys><paratext></paratext>
> </ctrlsys>
> <suppl><paratext></paratext>
> </suppl>
> <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-OPD-M), ALEX VA 22332-0413.</paratext>
> </suggimpr>
> <distrib><paratext> </paratext>
> </distrib>
> 
> </statment>
> 
> 
> THANKS FOR ANY ADVISE.
> 
> 
> Morais L. Burge
> DTS, INC
> 
> 
> 

 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]