OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Formating XML data in XSLT

[ Lists Home | Date Index | Thread Index ]

Title: Message
Such questions are more likely to get an answer if asked on the xsl-list at www.mulberrytech.com
 
It is always helpful to indicate how far you have got in solving the problem, for example whether you have yet discovered the existence of <xsl:output method="text">.
 
Michael Kay
-----Original Message-----
From: Cleverson Schmidt [mailto:cschmidt@fpf.br]
Sent: 10 November 2003 21:28
To: xml-dev@lists.xml.org
Subject: [xml-dev] Formating XML data in XSLT

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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS