[jQuery] Re: Ignore first item in XML

2009-04-07 Thread James
Why not just keep what you have and add an additional conditional check to see whether the node has an ID attribute or not? If not, ignore the node. On Apr 7, 1:59 pm, Nic Hubbard nnhubb...@gmail.com wrote: I am grabbing some XML from our server, then writing that out with li tags in the

[jQuery] Re: Ignore first item in XML

2009-04-07 Thread Nic Hubbard
Hmmm, what a great idea. Not sure what I was thinking. I will go that route. :) On Apr 7, 5:05 pm, James james.gp@gmail.com wrote: Why not just keep what you have and add an additional conditional check to see whether the node has an ID attribute or not? If not, ignore the node. On