Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. what is wrong with it

what is wrong with it

Scheduled Pinned Locked Moved XML / XSL
question
4 Posts 2 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    karanba
    wrote on last edited by
    #1

    ------------------------------ function Go(node){ var str = new String(); str+=node.nodeName+"
    "; if(node.hasChildNodes()){ for(i=0;i

    C 1 Reply Last reply
    0
    • K karanba

      ------------------------------ function Go(node){ var str = new String(); str+=node.nodeName+"
      "; if(node.hasChildNodes()){ for(i=0;i

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      karanba wrote: for(i=0;i { that's never going to do anything. Ah - you've put < and > without ticking 'display this message as-is'. If you try again, I'd be happy to have a look at it when I can see it all. :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
      C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
      Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

      K 1 Reply Last reply
      0
      • C Christian Graus

        karanba wrote: for(i=0;i { that's never going to do anything. Ah - you've put < and > without ticking 'display this message as-is'. If you try again, I'd be happy to have a look at it when I can see it all. :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
        C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
        Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

        K Offline
        K Offline
        karanba
        wrote on last edited by
        #3

        ------------------------------ function Go(node){ var str = new String(); str+=node.nodeName+" "; if(node.hasChildNodes()){ for(i=0;i

        C 1 Reply Last reply
        0
        • K karanba

          ------------------------------ function Go(node){ var str = new String(); str+=node.nodeName+" "; if(node.hasChildNodes()){ for(i=0;i

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Either your compiler is broken or you did not follow my instructions and tick the box that says 'Display this message as-is (no HTML)'. I suspect the latter. The < in your for loop is finding a > to turn into a tag, and it's being stripped. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
          C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
          Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups