| Author |
XSL parser
|
Shrinivas Mujumdar
Ranch Hand
Joined: Aug 27, 2004
Posts: 328
|
|
Can anybody suggest me XSL Parser using which i can create a DOM Tree Structure of a given XSL as well as which will be able to edit its elements & attributes. I am working on one project and this is the requirement of the same. Thanks In Advance. Shriniwas
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16479
|
|
|
Any XML parser will do.
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
As said above, I would just use the one in the standard JDK. Look into the Wiki for an example implementation for building a DOM if that is what you want. - m
|
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
|
 |
 |
|
|
subject: XSL parser
|
|
|