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

Search:

Type: Posts; User: chongzilla

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    11,110

    SAX Parsing And Keeping Track Of Children

    Hi,
    I'm trying to parse a document using SAX for Java. I need to keep track of the parent of the children in an XML format that allows for infinite decendants. I need to keep track of the parent...
  2. Rounding up the first Decimal place to make an integer.

    Hi,
    I'm parsing through tags and looking at their values. I am getting a string that is a decimal for data that needs to be an integer.

    I have the value 2.5. It is a string. I need the five to...
  3. Replies
    0
    Views
    906

    Finding The Value Of First Element

    Hi,
    I'm trying to look at an element and find its name, but I don't know how embedded it will be or if there will be multiples.

    example input:
    <root>
    <thing>
    <name>Example 1</name>...
  4. Replies
    2
    Views
    4,140

    Re: Finding Element Without Knowing Path

    nevermind, I figured it out:

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

    Re: Finding Element Without Knowing Path

    lame, it took out my spacing!
  6. Replies
    2
    Views
    4,140

    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 6 of 6





Click Here to Expand Forum to Full Width

Featured