Hello,
I would like to use ant to do the following
ant file1 file2
to do:
java myprog file1 file2
how can I do to tell ant to read the two files given on command line ?
thanks
Hello,
I use the sun program Stylizer.java on
http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/xslt/work/Stylizer.java
with takes as input two arguments: an xslt stylesheet and a xml file and converts the xml file into html via the stylesheet (on standard input).
I would like to use...
Ok sorry.
My problem is for displaying the content of a text element
which contains text with whitespaces (tabulations, carriage return...)or some words in bold, italic...
In the example I gave
I would like the html output to be exactly as it appears in the xml element:
param1.1 param1.2...
Hello,
I need to display the content of an xml text element in html via xslt.
I would like to know how I can do to display it exactly the way I want:
For example with text element parameters:
<parameters>
param1.1 param1.2
param2.1 param2.2 param2.3
param3.1
<parameters>
I get with xml spy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.