> > If the text between <select> and </select> gets really long, you can
> > also opt for:
> > 
> > <langselect>
> >   <select lang="de">
> >    <!-- german text here -->
> >    <cinclude:include src="content/de/mygermanversion.xml"/>
> >   </select>
> >   <select lang="en">
> >    <!-- english text here -->
> >    <cinclude:include src="content/en/myenglishversion.xml"/>
> >   </select>
> > </langselect>
> 
> sounds like overkill..
> 
> Why use cinclude to include a complete XML and use XSL to 
> filter again if you could do the same 
> directly with just one generate...

Simply to avoid confusion. When the file gets really long, the original
xml file is about twice the length of the resulting HTML file, I loose
track of where I am. So I'd rather divide it into two separate files. 

YMMV.

Bye, Helma

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

Reply via email to