Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am using the following XSLT code to get all my location details content...
<xsl:for-each select="$currentPage/ancestor-or-self::* [@isDoc]/tmContactHome/* [name() = 'tmContactDetailPage']">
what part do i enter into the expression?
$currentPage/ancestor-or-self::* [@isDoc]/tmContactHome/* [name() = 'tmContactDetailPage']
bit lost...
S
Hi Stephen,
Which uComponents data-type are you using?
I'd try something like this...
$currentPage/ancestor-or-self::tmContactHome[@isDoc]/tmContactDetailPage[@isDoc]
Cheers, Lee.
I'm using the Xpath checkbox list...thanks for the above post...I'm sorted!
Did my XPath work, or did you sort it out yourself?
your xpath worked straight off the bat! thanks.
Stephen
whoops spoke to soon...the ucomponent is allowing me to save but nothing is showing up in my memeber profile...
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Syntax error in XPath expression
I am using the following XSLT code to get all my location details content...
<xsl:for-each select="$currentPage/ancestor-or-self::* [@isDoc]/tmContactHome/* [name() = 'tmContactDetailPage']">
what part do i enter into the expression?
$currentPage/ancestor-or-self::* [@isDoc]/tmContactHome/* [name() = 'tmContactDetailPage']
bit lost...
S
Hi Stephen,
Which uComponents data-type are you using?
I'd try something like this...
$currentPage/ancestor-or-self::tmContactHome[@isDoc]/tmContactDetailPage[@isDoc]
Cheers, Lee.
I'm using the Xpath checkbox list...thanks for the above post...I'm sorted!
S
Did my XPath work, or did you sort it out yourself?
your xpath worked straight off the bat! thanks.
Stephen
whoops spoke to soon...the ucomponent is allowing me to save but nothing is showing up in my memeber profile...
S
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.