Re: [xsl] Can a single XPath statement duplicate the functionality of this verbose <xsl:choose> statement?

Subject: Re: [xsl] Can a single XPath statement duplicate the functionality of this verbose <xsl:choose> statement?
From: "Mark" <mark@xxxxxxxxxxxx>
Date: Sun, 23 Oct 2011 18:21:18 -0700
One more small question: I am confused by brackets in XPath; what is the difference between
Location[name(@*)]
Location/@*
Location[@*]


Or is there no difference.
Thanks,
Mark


Current Thread