CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: chongzilla

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,041

    Re: Finding Element Without Knowing Path

    nevermind, I figured it out:

    <xsl:for-each select=".//description">
    .
    .
    .
    </xsl:for-each>
  2. Replies
    2
    Views
    4,041

    Re: Finding Element Without Knowing Path

    lame, it took out my spacing!
  3. Replies
    2
    Views
    4,041

    Finding Element Without Knowing Path

    Hi,
    This may be ridiculously simple. I've been working with the same schema for years and it's fairly flat, but I'm on a new project where simple attributes are inherited in the schema all over the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured