[Home] [By Thread] [By Date] [Recent Entries]

  • To: <xml-dev@l...>
  • Subject: Formating XML data in XSLT
  • From: "Cleverson Schmidt" <cschmidt@f...>
  • Date: Mon, 10 Nov 2003 17:28:12 -0400
  • Importance: Normal

Hi Friends,

How can I format data generated by a XSLT engine?
I am trying to write a xml-to-java application where a class file is defined in a XML structure like


<class>
   <package-name>com.jucabala</package-name>
   <class-name>MyClass</class-name>
   <parent>Form</parent>
   <methods>
      <method>
       ...
      </method>
   </methods>
</class>



and transform the above XML in a java file:


package com.jucabala;
public class MyClass extends Form{
   public void method1() {

   }
}



How can I do that? How can I control the text format of the output?

Thanks in advance

Cleverson


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member