IT Nursery
I am trying to implement an if -else statement in XSLT but my code just doesn’t parse. Does anyone have any ideas? <xsl:variable name="CreatedDate" select="@createDate"/> <xsl:variable name="IDAppendedDate" select="2012-01-01" />...
  • June 1, 2022
  • 0 Comments
IT Nursery
What XPath can I use to select any category with a name attribute specified and any child node author with the value specified. I’ve tried different variations of the...
  • June 1, 2022
  • 0 Comments
IT Nursery
Using a XPath query how do you find if a node (tag) exists at all? For example if I needed to make sure a website page has the correct...
  • May 30, 2022
  • 0 Comments
How can I insert &nbsp; Into an XSLT stylesheet, I keep getting this error: XML Parsing Error: undefined entity Essentially I want a non breaking space character in the...
  • May 26, 2022
  • 0 Comments
How can I check if a value is null or empty with XSL? For example, if categoryName is empty? I’m using a when choosing construct. For example: <xsl:choose> <xsl:when...
  • May 13, 2022
  • 0 Comments