XSLT transform XML to simple XML and back

Posts   
 
    
G.I.
User
Posts: 172
Joined: 09-Jun-2005
# Posted on: 06-Apr-2006 09:11:30   

Hi,

I have a question: Has anyone tried to use XSLT to transform XML from entities to normal XML, for example:

<CUSTOMERS> <CUSTOMER> <ID>1</ID> <NAME>CUSTOMER1</NAME> </CUSTOMER> <CUSTOMER> <ID>2</ID> <NAME>CUSTOMER2</NAME> </CUSTOMER>
</CUSTOMERS>

instead of all the stuff about entities, entity collection etc.

I am trying to built an Export / Import windows service and I want to use LLBLGen. But the XML created from the entities is WAY to complicated for this kind of thing.

Has anyone tried to use XSLT, or can someone help me a little out, since I have never tried to work with XSLT. Has anyone an example for this with LLBLGen?

Or is this way to complicated at all and should I look for something else?

Thanks in advance,

G.I.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 06-Apr-2006 09:19:34   

You will find many resources in the internet, and this is a link you may refer to http://www.w3.org/TR/xslt