Hi,
I have an ado generated xml file,
- <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
xmlns:rs='urn:schemas-microsoft-com:rowset'
xmlns:z='#RowsetSchema'>
- <s:Schema id='RowsetSchema'>
+ <s:ElementType name='row' content='eltOnly'>
</s:Schema>
- <rs:data>
<z:row item='Value' attrib1='value1' attrib2='value2'/>
<z:row item='Value' attrib1='value1' attrib2='value2'/>
<z:row item='Value' attrib1='value1' attrib2='value2'/>
...
</rs:data>
</xml>
and i need to generate a report by xsl that gives me an output like the ones in microsoft access where you can create a grouped output.
Like :
item1
subitem1 atrrib1 atrrib2
subitem2 attrib1 attrib2
...
item2
subitem1 atrrib1 atrrib2
subitem2 attrib1 attrib2
...
...
Can somebody please indicate me how to process?
Regards,
Curt.
I have an ado generated xml file,
- <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
xmlns:rs='urn:schemas-microsoft-com:rowset'
xmlns:z='#RowsetSchema'>
- <s:Schema id='RowsetSchema'>
+ <s:ElementType name='row' content='eltOnly'>
</s:Schema>
- <rs:data>
<z:row item='Value' attrib1='value1' attrib2='value2'/>
<z:row item='Value' attrib1='value1' attrib2='value2'/>
<z:row item='Value' attrib1='value1' attrib2='value2'/>
...
</rs:data>
</xml>
and i need to generate a report by xsl that gives me an output like the ones in microsoft access where you can create a grouped output.
Like :
item1
subitem1 atrrib1 atrrib2
subitem2 attrib1 attrib2
...
item2
subitem1 atrrib1 atrrib2
subitem2 attrib1 attrib2
...
...
Can somebody please indicate me how to process?
Regards,
Curt.