46,181 questions
Try this: <xsl:value-of select="normalize-space(Shipment/PONumber)"/>
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I want to remove the space in front of the string. Please advise.
This is the code I tried:
Output I am getting:
I need to remove the leading spaces.
Expected Output:
Try this: <xsl:value-of select="normalize-space(Shipment/PONumber)"/>
.