Re: XSL1.0 with Xalan-C no output / But output in Xalan-J....?????

2008-07-25 Thread Holger Flörke
Hi Raja, I does not understand the deeper workflow of your stylesheet, but: """ """ You iterate over *every* File in your envelope and process the "BillAcc"-Element. """ &sep; """ When you are in your INV-File you are trying to iterate again over your envelope file??? This

RE: XSL1.0 with Xalan-C no output / But output in Xalan-J....?????

2008-07-25 Thread Sathasivam, Elayaraja
If you use Eclipse with Xalan as builtin of Java 1.5.0_12 you will get the output. I am wondering why it should work with the Xalan which is builtin from Java... ? 1) But if you use explicitly with Xalan-J such as xalan-j$ java org.apache.xalan.xslt.Process -IN ForumXML.xml -XSL ForumXSL.xsl

Windows Command to output in txt file

2008-07-25 Thread Sathasivam, Elayaraja
I would like to conver the xml into .txt files. What is the command to print the output in output.txt file such as $xalan inputFile.xml inputXSL.xsl < output.txt ? > Regards, Raja This message contains information that may be privileged or confidential and is

RE: XSL1.0 with Xalan-C no output / But output in Xalan-J....?????

2008-07-25 Thread Sathasivam, Elayaraja
One more question Holger ! If I follow as you said, then how I can print the value inbetween another file... such as < getData from file1, getData from file2, again getData from file1> You mean to get data again from file 1 I need to call one more template ..??? please check with line

Re: XSL1.0 with Xalan-C no output / But output in Xalan-J....?????

2008-07-25 Thread Holger Flörke
Hi Raja, this thread is going to be an pure XSLT discussion and should be seperated from the xalan list. If you would like to order the output in your own way, you can access directly to the member &sep; &sep; ... Regards, Holger Sathasivam, Elayaraja schrieb: One more question H

Re: Windows Command to output in txt file

2008-07-25 Thread Holger Flörke
Hi Raja, you can redirect the output of xalan to a file with your OS mechanisms or you can use the xalan option "-o". Please read "xalan -?" Regards, Holger Sathasivam, Elayaraja schrieb: I would like to conver the xml into .txt files. What is the command to print the output in output

Re: XSL1.0: DateFormat

2008-07-25 Thread David Bertoni
Sathasivam, Elayaraja wrote: Hi, I would like to print the current date with the format ('E MM dd hh:mm:ss' ) by using xsl 1.0. I nam new to Xalan-C. I have worked only with Xalan-J. Could any one help to print the current date using Xalan-C with xsl1.0. There are no XSLT facilities

Re: XSL1.0 with Xalan-C no output / But output in Xalan-J....?????

2008-07-25 Thread David Bertoni
Sathasivam, Elayaraja wrote: Hi, I am using Xalan-C with XSL1.0. Command: $ xalan ForumXML.xml ForumXSL.xsl Actual Output: | ??? The Xalan-J command line processor produces the exact same output as Xalan-C. Please post future questions like this on the Xalan-C Use