xsl-list
[Top] [All Lists]

Re: [xsl] Removing unwanted space

2021-06-04 13:53:55
If you use DTD parsing, you can declare specific elements as being 
element-only (by giving a list  of all  permitted element children without 
#PCDATA), and then >whitespace in such a context may be dropped by the parser 
or application (e.g. Saxon) automatically.

Alas, we are limited to non-DTD-aware transforms for the present.


--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--


<Prev in Thread] Current Thread [Next in Thread>