• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

transform XML file (via XSLT) in a JAVA app

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i'd like to start the process of transforming an XML file (by applying an XSLT Stylesheet) inside my JAVA application ... I heard about Xalan .. is it the best way ?
thx
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using JDK 1.4.x then you have the XML/XLST parser needed.
BUT if you download 'Java XML Pack - Summer 02 Release' from this link:
http://java.sun.com/xml/downloads/javaxmlpack.html
then you will also get the 'Java API for XML Processing (JAXP) v1.2' witch contain transformation samples.
/Rene
[ July 15, 2002: Message edited by: Rene Larsen ]
reply
    Bookmark Topic Watch Topic
  • New Topic