Search found 2 matches

by pfisterfarm
Fri Jan 23, 2009 2:28 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Nested XML?
Replies: 3
Views: 4247

Re: Nested XML?

I see... how about if sometimes there is item1 and item2, and sometimes there's just item1?

Thanks!
by pfisterfarm
Wed Jan 21, 2009 12:28 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Nested XML?
Replies: 3
Views: 4247

Nested XML?

I've got a situation where a webpage has something like:

<div id="main">
<div id="item1">
</div>
<div id="item2">
</div>
</div>

Is TextPipe something I could use to grab this whole nested structure and write it to a separate file?

Thanks