| Author |
Advantage of using XSLT over programatically manipulating XML thru DOM?
|
Jerry Young
Ranch Hand
Joined: Jun 15, 2004
Posts: 77
|
|
I am new to XSLT, but have done a lot using SAAJ stuff and found SAAJ (JAXP etc.) actually really easy to use. So why XSLT? your advice is welcome.
|
 |
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
|
|
|
Decoupling your logic from presentation is a start. Also, since XSLT is an abstraction at this point, it decreases the complexity of your code. If you need to do something that XSLT does, you'd pretty much have to duplicate XSLT's feature set -- not much fun in my book.
|
Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
Jimmy Carter, Welcome to JavaRanch! We ain't got many rules 'round these parts, but we do got one. Please change your display name to comply with The JavaRanch Naming Policy. Thanks Pardner! Hope to see you 'round the Ranch!
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: Advantage of using XSLT over programatically manipulating XML thru DOM?
|
|
|