xsl-list
[Top] [All Lists]

Re: <empty /> vs <empty></empty?

2005-12-11 18:58:40
On 12/12/05 11:02 AM, "Michael Kay" <mike(_at_)saxonica(_dot_)com> wrote:

So, it would seem the serialiser I'm using is defective, yes?
Sadly, I don't
think I have a choice in the matter, since I'm using the built in XSLT
functionality of Filemaker.

Start by finding out which XSLT processor Filemaker is using:

<xsl:comment>Generated using:
<xsl:value-of select="system-property('xsl:vendor')"/>
</xsl:comment>

<!--Generated using: Apache Software Foundation-->

feh.

doing a search at filemaker.com turned up references to "XALAN-based" and
"XERCES-based".

Don't this tool permit you to change the XSLT processor to be used?
So you could use a correct implementation.

sadly no.

e.


--~------------------------------------------------------------------
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>
--~--