| Subject: [xsl] URLEncode From: "karl " <karl@xxxxxxxxxxxxx> Date: Mon, 14 Jul 2003 00:56:06 -0700 | 
Hello,
I am using XSLT to create an HTML querystring.  2 things:
1)  short of writing 1 long  template match, is there a way to not 
create
line breaks in the result tree?:
[this is all one line in my style sheet]
   <xsl:template match="CONTACT/*"><xsl:value-of
select="name()"/><xsl:text>=</xsl:text><xsl:value-of 
select="."/><xsl:if
test="not(position()=last())">&</xsl:if></xsl:template>
[originally I had this, but line breaks were added:
   <xsl:template match="CONTACT/*">
        <xsl:value-of select="name
()"/><xsl:text>=</xsl:text><xsl:value-of
select="."/><xsl:if test="not(position()=last())">&</xsl:if>
    </xsl:template>
2)  how can I apply urlencoding to my "." value?
Thanks,
Karl
 
________________________________________________________________
Sent via the Banet WebMail system at azprogolf.com
 
                   
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Re: xslt used for anythin, Jim Fuller | Thread | RE: [xsl] URLEncode, Jim Fuller | 
| RE: [xsl] Re: xslt used for anythin, Jim Fuller | Date | RE: [xsl] URLEncode, Jim Fuller | 
| Month |