This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Need attr="" in html...


No, you can't influence the serializer. Where is the problem? <img alt=""/> or <table summary=""/>? An intelligent serializer should know the attributes which can be empty. For example Xalan creates the two ones above, but reduces an <option selected="selected"/> to <option selected/> during serialization.

Regards,

Joerg

Kurt George Gjerde wrote:

Hi,

Empty attributes: Is there any way to get <tag attr=""> when output method
is HTML? And not just <tag attr>...

thanks,
-Kurt.

--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]