Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. batotoba

    how can I pass arguments (arg[0] arg[1]..) to ant

    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
  2. batotoba

    convert *.xml into *.html with same name

    It displays the html on standard output (not input sorry). The idea is to convert all the xml files into html using ant and this code
  3. batotoba

    convert *.xml into *.html with same name

    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...
  4. batotoba

    Keeping WhiteSpace in XML text element

    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...
  5. batotoba

    Keeping WhiteSpace in XML text element

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

Part and Inventory Search

Back
Top