THE BORE

General => The Superdeep Borehole => Topic started by: GilloD on May 13, 2009, 12:53:33 PM

Title: DUmmy dumb XSL 102 Question- How to ditch the ""
Post by: GilloD on May 13, 2009, 12:53:33 PM
Okay, so basically in this export I have two types of data selects going on. Ones that I write the value of and ones that get pulled from a database. They look like this:

Mine: <xsl:value-of select="$sepstart" /><xsl:text>B</xsl:text><xsl:value-of select="$sepend" />
Databases: <xsl:value-of select="$sepstart" /><xsl:value-of select="normalize-space(../../billing/firstname)"/><xsl:value-of select="$sepend" />

The output is:

Mine:"B"
Database: GilloD

The problem is those quotes, the " ", around my output. Why are these showing up? How can I exile them? What's a better forum for this?
Title: Re: DUmmy dumb XSL 102 Question- How to ditch the ""
Post by: GilloD on May 13, 2009, 02:59:53 PM
This is driving me insane. I can't found an XSL forum out there, either.
Title: Re: DUmmy dumb XSL 102 Question- How to ditch the ""
Post by: GilloD on May 13, 2009, 04:01:35 PM
HAHAHAHsdfjhksdfsdf

Solution: Check your XSL template and delete the " " around everything


Fuckfksdfkdfjfd