Very high XSL Problem
Hello everyone,
i have got a big problem, which I haven't resolved yet.
I have to transform from one xml file to another, but it seems that xsl(t) is not able to resolve my transformations.
i have got following xml-source (explanatory):
<table name="table1" schema="schema1"/>
<table name="table2" schema="schema2"/>
<table name="table3" schema="schema1"/>
<table name="table4" schema="schema1"/>
the output should be:
<Schema name="schema1" tables="table1 table3 table4"/>
<Schema name="schema2" tables="table2"/>
How to transform this kind of structure
1. without depending of any xslt-processor
2. and do the step in one transformation!
(not two xsl transformation files)
cheers for any response.
I am desparate with that problem..
|