Copied to clipboard

Flag this post as spam?

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


  • Peng 41 posts 62 karma points
    Jul 02, 2010 @ 07:01
    Peng
    0

    How to check some Document Type Alias 's value?

    Hi guys,

    Try to find out how to check some Document Type Alias's value in new schema

    Eg: old syntax

    <xsl:for-each select="$currentPage/ancestor-or-self::node [@level=$level]/node [string(data [@alias='NaviShow']) = 'MenuTop']"> 

    I tried this way but does not work

    <xsl:for-each select="String($currentPage/ancestor-or-self::*[@level = $level]/*[name()='NaviShow'])= 'MenuTop'">
    Thanks in advance!

    Peng

  • Peng 41 posts 62 karma points
    Jul 02, 2010 @ 07:05
    Peng
    0

    Sorry! For some reason, the code are gone. Tried to delete this post but failed

  • 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