This content has been marked as final.
Show 2 replies
-
1. Re: XSLT Transformation select parent text without child text.
ilssac Feb 7, 2011 4:49 PM (in response to ilssac)And two minutes after posting, I finally hit on the correct google search phrase.
<xsl:value-of select="/gedcom/I001/NAME/text()"/>
Does what I want. I kept trying ::text() in various forms.
-
2. Re: XSLT Transformation select parent text without child text.
ilssac Feb 7, 2011 4:49 PM (in response to ilssac)

