[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] xml2xml problem!


Subject: RE: [xsl] xml2xml problem!
From: "ivan" <ivan@xxxxxxxxxxxxxxx>
Date: Tue, 7 Aug 2001 22:40:39 -0400

You should try to use Stylus Studio XML to XML schema mapper
You can visually design your mapping and then Studio it will generate
the xsl for you

Ivan Pedruzzi
www.stylusstudio.com




> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Ling Kok Choon
> Sent: Tuesday, August 07, 2001 9:40 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] xml2xml problem!
> 
> 
> hi friends,
> 
>    i have a xml file and i need to transform it to another 
> xml file, but i found 1 problem to 
> success. Please view the code below :
> 
> ********************* source xml ************************
> ...
> <para>
> <mediaobject>
> <imageobject>
> <imagedata fileref="Title00.png" format="PNG"/>
> </imageobject>
> </mediaobject>
> <ulink url="http://www.hotmail.com/"></ulink></para>
> <para>
> ...
> ***************** end source xml ************************
> 
> ********************* Output xml ************************
> ...
> <para>
> <ulink url="http://www.hotmail.com/">
> <imagedata fileref="Title00.png" format="PNG"/>
> </ulink>
> </para>
> <para>
> ...
> ***************** end Output xml ************************
> 
> 
> How is the XSL look like if i want to convert the part of 
> source xml to the output xml like 
> above ?
> 
> 
> 
> Thank you.
> 
> 
> Kok Choon.
> --------------------------------------------------------
> Name: Ling Kok Choon
> E-mail: Ling Kok Choon <kokchoon@xxxxxxxx>
> Date: 08/08/01
> Time: 09:40:13
> 
> This message was sent by Z-Mail Pro - from NetManage
> NetManage - delivers Standards Based IntraNet Solutions
> --------------------------------------------------------
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords