Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Craig Cronin 303 posts 502 karma points
    Sep 13, 2012 @ 00:42
    Craig Cronin
    0

    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.

  • Chriztian Steinmeier 2726 posts 8320 karma points MVP 4x admin c-trib
    Sep 13, 2012 @ 00:47
    Chriztian Steinmeier
    1

    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

  • Craig Cronin 303 posts 502 karma points
    Sep 13, 2012 @ 01:02
    Craig Cronin
    0

    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

  • Chriztian Steinmeier 2726 posts 8320 karma points MVP 4x admin c-trib
    Sep 13, 2012 @ 01:08
    Chriztian Steinmeier
    0

    No worries Craig, here on "Our", all questions are good :-)

    /Chriztian

  • 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.

Please Sign in or register to post replies