On Thursday 15 January 2004 9:48 pm, Lars SkjÃrlund wrote:

TaglibHelper doesn't really have a way of specifying tag names for deeply 
nested stuff like this... Chances are your best bet is to generate XML as 
text and use the "as_xml=1" option. Its sort of the ultimate fallback. 
>
> <data>
>   <records>
>     <row>
>       <record>
>         <title>First title, first row</title>
>       </record>
>       <record>
>         <title>Second title, first row</title>
>       </record>
>     </row>
>     <row>
>       <record>
>         <title>First title, second row</title>
>       </record>
>       <record>
>         <title>Second title, second row</title>
>       </record>
>     </row>
>   </records>
> </data>
>
> How to do that? With the settings above, I get
> <records><record><record></record></record></records> - and that is of
> course not what I want.
>
> Regards,
> Lars
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Tod Harter
Giant Electronic Brain
http://www.giantelectronicbrain.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to