Subject: RE: [OT] Can XML elements contain text as well as other elements?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 21 May 2003 15:47:58 +0100
|
> This is a bit OT, but I am thinking of ways to reduce the
> depth of an XML doc, to reduce the amount of templates in my xsl doc.
>
Unless you have layers of elements that are completely redundant, this
could be counter-productive. Certainly, mixed content (elements and text
as siblings) can be quite hard to process if you want to do anything
non-trivial with it.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|