Author Topic: DUmmy dumb XSL 102 Question- How to ditch the ""  (Read 560 times)

0 Members and 1 Guest are viewing this topic.

GilloD

  • TAKE THE LIFE OF FRED ASTAIRE. MAKE HIM PAY. TRANSFER HIS FAME TO YOU.
  • Senior Member
DUmmy dumb XSL 102 Question- How to ditch the ""
« 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?
wha

GilloD

  • TAKE THE LIFE OF FRED ASTAIRE. MAKE HIM PAY. TRANSFER HIS FAME TO YOU.
  • Senior Member
Re: DUmmy dumb XSL 102 Question- How to ditch the ""
« Reply #1 on: May 13, 2009, 02:59:53 PM »
This is driving me insane. I can't found an XSL forum out there, either.
wha

GilloD

  • TAKE THE LIFE OF FRED ASTAIRE. MAKE HIM PAY. TRANSFER HIS FAME TO YOU.
  • Senior Member
Re: DUmmy dumb XSL 102 Question- How to ditch the ""
« Reply #2 on: May 13, 2009, 04:01:35 PM »
HAHAHAHsdfjhksdfsdf

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


Fuckfksdfkdfjfd
wha