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.