|
Subject: RE: [xsl] Outputting just plain tex From: Jay Burgess <jburgess@xxxxxxxxxxxxxx> Date: Thu, 08 Nov 2001 14:16:44 -0600 |
-----Original Message----- From: Vaibhava Muchal [mailto:vaibhavam@xxxxxxxxxxxxx] Sent: Thursday, November 08, 2001 11:41 AM To: 'jburgess@xxxxxxxxxxxxxx' Cc: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx' Subject: FW: [xsl] Outputting just plain text
I think that what you need to do is include the <HTML> tags. Also, you need to include the <A HREF> tags around your output to turn it into a link. The <A HREF> tags should inside the <P> tags, but around the HTTP... code
(I apologize for this "newbie" question, but I've exhausted everything I can think of and still haven't gotten it figured out.)
<xsl:param name="FILENAME"/>
<xsl:template match="page">
<xsl:choose>
<xsl:when test="$FILENAME != ''">
<p>http://YOURMACHINE/<xsl:value-of select="$FILENAME"/></p>
</xsl:when>
<xsl:otherwise>...It outputs something like:
<p>http://YOURMACHINE/page1.html</p>
<p>http://YOURMACHINE/page2.html</p>
<p>http://YOURMACHINE/page3.html</p>What I really want though is just :
http://YOURMACHINE/page1.html
http://YOURMACHINE/page2.html
http://YOURMACHINE/page3.htmlThat is, it's not HTML or XML output, but just plain text. What XSL can I use in the above code to accomplish this?
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Sorting + unique copy pro, Thomas B. Passin | Thread | Re: [xsl] Outputting just plain tex, Thomas B. Passin |
| Re: [xsl] Re: lookup-table thoughts, Dimitre Novatchev | Date | Re: [xsl] Sorting + unique copy pro, Thomas B. Passin |
| Month |