<snip>

Nice example, the earlier part, but this..

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...

:-)

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



Reply via email to