kSherrylKilianm
New Member
I am brand new to XML/XSL (like 2 days new). I have a line where I am doing an xsl:value-of select which returns a True/False attribute. I would like to have it display Yes/No instead, but I have been unsuccessful it attempting to do this. Below is the line I have currently. Could someone please tell me what I need to add to make it display Yes or No?\[code\] <fo:block>Automatic Sprinklers Required: <xsl:value-of select="Attributes/AttributeInstance/Attribute[@id='1344297']/../Value"/></fo:block>\[/code\]