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

Please Sign in or register to post replies

Write your reply to:

Draft