Author
SOS configuring Xalan on NB
Julien Martin
Ranch Hand
Joined: Apr 24, 2004
Posts: 383
posted Oct 25, 2006 11:50:00
0
Hello, I would like to add a command line parameter for xalan so that it indents my xml document through a xslt transformation. Is that possible? Where do I put this: -INDENT ?? Thanks in advance, Julien.
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
Julien, What version of Java are using? How are you calling Xalan now? (I don't use NetBeans. I'm just posting some questions so that someone who does know the tool can better help.
[Blog ] [JavaRanch FAQ ] [How To Ask Questions The Smart Way ] [Book Promos ]
Blogging on Certs: SCEA Part 1 , Part 2 & 3 , Core Spring 3 , OCAJP , OCPJP beta , TOGAF part 1 and part 2
Julien Martin
Ranch Hand
Joined: Apr 24, 2004
Posts: 383
posted Oct 25, 2006 17:22:00
0
Hello Jeanne, I use java 5.0. I call Xalan from NB: you perform an xslt tranformation and the default xslt processing engine used is Xalan. Julien.
subject: SOS configuring Xalan on NB