Hi,
Sorry for what is a basic question, I'm just a beginner.
How do you do a non-breaking space in XML? Here is what I have, which is working to put spaces in the address, but seems like I should be able to put as needed, instead of the <xsl:text> tags.
<xsl:value-of select="Address"/><br/>
<xsl:value-of select="City"/><xsl:text>, </xsl:text>
<xsl:value-of select="State"/><xsl:text> </xsl:text>
<xsl:value-of select="Zip"/><br/>
Sorry for what is a basic question, I'm just a beginner.
How do you do a non-breaking space in XML? Here is what I have, which is working to put spaces in the address, but seems like I should be able to put as needed, instead of the <xsl:text> tags.
<xsl:value-of select="Address"/><br/>
<xsl:value-of select="City"/><xsl:text>, </xsl:text>
<xsl:value-of select="State"/><xsl:text> </xsl:text>
<xsl:value-of select="Zip"/><br/>