xsl-list
[Top] [All Lists]

RE: Getting expanded empty tag format

2005-11-15 11:38:13
If the XForms processor is expecting the XHTML conventions to be followed,
then you can use xsl:output method="xhtml". Otherwise no, there's no way of
controlling this aspect of the serialization (other than writing your own
serializer, which you could do by subclassing the relevant parts of the
Saxon serializer).

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Gary Stewart [mailto:the(_dot_)stewarg(_at_)gmail(_dot_)com] 
Sent: 15 November 2005 17:07
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Getting expanded empty tag format

Is there a way, in XSL (I'm currently using Saxon), to use the long
format for an empty tag. So rather than:

<p/>

get:

<p></p>

It's just that an XForms processor I'm using is fine with the latter
but doesn't like the former.

Thanks!

Gary

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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