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
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
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
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
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
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
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
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