- From: TIN <nmartella@t...>
- To: xml-dev <xml-dev@l...>
- Date: Fri, 09 Feb 2001 18:14:43 +0100
Hi.
I've a
transformation little (?) problem.
My XML have
following structure:
<Routines>
<Constants>
<Constant Name="HKEY_CLASSES_ROOT" Scope="Private" RetType=""
/>
<Constant Name="HKEY_CURRENT_USER" Scope="Private" RetType=""
/>
</Constants>
<Functions>
<Function Name="bWriteRegValue" Scope="Private" RetType="Boolean"
/>
</Functions>
</Routines>
At this sheet I apply a
filter extracting only rows conteining "Scope"
attribute.
Result of this work is an HTML
table with three rows (two for Constant and one for Function) and...
now the
problem.
I need a title row each time
change element as, p.e., from Constant to Function
Constant Scope
HKEY_CLASSES_ROOT Private
HKEY_CURRENT_USER Private
Function Scope
|
|