View Single Post
Old 03-05-2009, 09:04 PM   #3
plevintampabay
Thumbs Must Hurt
 
Join Date: Jun 2008
Model: 8820
PIN: N/A
Carrier: AT&T
Posts: 72
Default

Thank you for the reply zechariahs.
Your's is an excellent reply.
To be completely accurate to what I wanted, one would have to implement a TreeWalker - something to traverse the nodes of the DOM, calling a handler, similiar to the one you wrote.

It so happens that since my development is targeting 4.2 devices (older devices like 8820), some of the XML packages in 4.7 aren't available to me.
As a result, I just finished implementing my own DOM, TreeWalker, Renderer and several other XML related components. Everything finally builds. Tomorrow I'll start testing and debugging.
Offline   Reply With Quote