These might help:
http://stxx.sourceforge.net/
http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt.html
Kranti Parisa wrote:
> Thanq
>
> i will follow ur suggestion
>
>
> On Fri, 15 Oct 2004 10:24:36 +0530, Kailash Vasani <kailashv@quinnox.com> wrote:
>
>>Hi,
>>
>>It seems that all you need is XSL transformation.
>>
>>One more suggestion,
>>Before posting questions to this group, Please put [OT] (including brackets)
>>as first characters in subject line,
>>in case the question that you are asking is not relevant to Struts. (like
>>this question).
>>
>>
>>
>>
>>-----Original Message-----
>>From: Kranti Parisa [mailto:kranti.j2ee@gmail.com]
>>Sent: Friday, October 15, 2004 10:15 AM
>>To: Struts Users Mailing List
>>Subject: Need Help: XML to HTML using java
>>
>>Hi all,
>>i have a problem...
>>
>>iam having a xml file having the following structure..
>>
>>i need to convert this xml file to HTML file having the table of
>>information..
>>
>>so plz help me out...
>>
>><ROOT>
>> <ROW Name="Product Name~B" CheckBox="" Type="PerformanceNormal"
>>Count="1" ChildCount="1" Show="Y" Refine="B">
>> <COL Page="0" Image="" ProductID=""/>
>> <COL Page="1" Image="" ProductID="3">Sainsbury's aromatherapy
>>citrus mint</COL>
>> <COL Page="1" Image="" ProductID="4">TestPerf</COL>
>> <COL Page="1" Image="" ProductID="5">TestPerf001</COL>
>> <COL Page="1" Image="" ProductID="24">Ashraf Product</COL>
>> <COL Page="2" Image="" ProductID="25">Acb</COL>
>> </ROW>
>> <ROW Name="Region~H" CheckBox="" Type="PerformanceNormal" Count="2"
>>ChildCount="1" Show="Y" Refine="H">
>> <COL Page="0" Image="" ProductID=""/>
>> <COL Page="1" Image="" ProductID="3">Western Europe</COL>
>> <COL Page="1" Image="" ProductID="4">Western Europe</COL>
>> <COL Page="1" Image="" ProductID="5">Western Europe</COL>
>> <COL Page="1" Image="" ProductID="24">Central and Eastern Europe</COL>
>> <COL Page="2" Image="" ProductID="25">Central and Eastern Europe</COL>
>> </ROW>
>> <ROW Name="Country~H" CheckBox="" Type="PerformanceNormal"
>>Count="3" ChildCount="1" Show="Y" Refine="H">
>> <COL Page="0" Image="" ProductID=""/>
>> <COL Page="1" Image="" ProductID="3">United Kingdom</COL>
>> <COL Page="1" Image="" ProductID="4">Belgium</COL>
>> <COL Page="1" Image="" ProductID="5">Belgium</COL>
>> <COL Page="1" Image="" ProductID="24">Czech Republic</COL>
>> <COL Page="2" Image="" ProductID="25">Czech Republic</COL>
>> </ROW>
>></ROOT>
>>
>>TIA,
>>Kranti
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>For additional commands, e-mail: user-help@struts.apache.org
>>"Quinnox is an Award Winning IT services organisation, accredited to CMM
>>Level 5. We are successfully delivering Application Development,
>>Integration, Support and Testing services to clients in the Finance,
>>Manufacturing, Retail and Telecom sectors. Particular focus areas include
>>e-Business and ERP (notably SAP) solutions."
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|