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 working on an unfamiliar control and want to find out what xml is inside the field.
I'm hoping i can do this using an xslt command but cant find anything.
If i do <xsl:value-of select="" /> this shows blank
Any help would be appreciated.
Hi Craig,
The one-time-only fast approach:
<textarea cols="80" rows="30"><xsl:copy-of select="propertyName" /></textarea>
(You may need to do $currentPage/propertyName)
The more developer-oriented:
Install XMLDump ... :-)
/Chriztian
HI Chriztian,
Sorry but this must have seemed so simple to you. Still trying to get to grips with XSLT instead of usercontrols. It worked a treat and just what I was looking for.
Really appreciate and thanks for your help !!!!!
Craig
No worries Craig, here on "Our", all questions are good :-)
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
Render Inner XML of field
I am working on an unfamiliar control and want to find out what xml is inside the field.
I'm hoping i can do this using an xslt command but cant find anything.
If i do <xsl:value-of select="" /> this shows blank
Any help would be appreciated.
Hi Craig,
The one-time-only fast approach:
(You may need to do $currentPage/propertyName)
The more developer-oriented:
Install XMLDump ... :-)
/Chriztian
HI Chriztian,
Sorry but this must have seemed so simple to you. Still trying to get to grips with XSLT instead of usercontrols. It worked a treat and just what I was looking for.
Really appreciate and thanks for your help !!!!!
Craig
No worries Craig, here on "Our", all questions are good :-)
/Chriztian
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.