xsl-list
[Top] [All Lists]

RE: doe alternative?

2002-09-11 05:40:31
DC said:
Other than nested comments, I can't see any rationale in 
disallowing it?
It would be a source of incompatibility between stylesheets 
as it would
expose the XML linearisation  to the XSL  stylesheet, something not 
currently possible.

The Yorkshire response is so what ;-)
In terms of processing (as todays mail shows)
they are all identical post parse?

How does such an exposure cause a problem I suppose is the next question?
I can't see how this is a source of incompatibility David?
Oops. Is it the white space node issue Mike Kay mentioned a few days ago?
Some have some haven't?

Regards DveP


<xsl:variable name="x">   
          <xsl:comment>
            <meta>
              <xsl:apply-templates mode="verb" select="@*"/>
            </meta>
         </xsl:comment>
</xsl:variable>
If it would be allowed, then string value of $x would be 
something like
<meta a="2"/>
or
<meta a="2"></meta>
or
<meta
   a = '2' ></meta>
depending on how the system linearises XML.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or 
alternatively call
Star Internet for details on the Virus Scanning Service.

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


- 

NOTICE: The information contained in this email and any attachments is 
confidential and may be legally privileged. If you are not the 
intended recipient you are hereby notified that you must not use, 
disclose, distribute, copy, print or rely on this email's content. If 
you are not the intended recipient, please notify the sender 
immediately and then delete the email and any attachments from your 
system.

RNIB has made strenuous efforts to ensure that emails and any 
attachments generated by its staff are free from viruses. However, it 
cannot accept any responsibility for any viruses which are 
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email 
and any attachments are those of the author and do not necessarily 
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk 

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



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