xsl-list
[Top] [All Lists]

Re: [xsl] DTD entities in XSLT

2020-08-26 12:25:21
Another typo in
http://www.saxonica.com/saxon-js/documentation/index.html#!development/adaptation

<xsl:template match="button" mode="ixsl:onclick" use-when="$inBrowser>

Missing quote in the end

On Tue, Aug 25, 2020 at 1:23 PM Martynas Jusevičius
<martynas(_at_)atomgraph(_dot_)com> wrote:

It looks to me like that page has an example with a trailing ) which
shouldn't be there:

<xsl:variable name="inBrowser"
     select="system-property('xsl:product-name') eq 'Saxon-JS' and
                  system-property('saxon:platform') eq 'Browser')"/>

On Mon, Aug 24, 2020 at 2:48 PM Martynas Jusevičius
<martynas(_at_)atomgraph(_dot_)com> wrote:

My question is about Saxon-JS 2 however:
http://www.saxonica.com/saxon-js/documentation/index.html#!conformance/xslt30

On Mon, Aug 24, 2020 at 2:32 PM Michele R Combs mrrothen(_at_)syr(_dot_)edu
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:

We use internal text entities with Saxon and have had no problem.  We're 
using Saxon9he

Michele

-----Original Message-----
From: Martynas Jusevičius martynas(_at_)atomgraph(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, August 24, 2020 7:20 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] DTD entities in XSLT

Thanks. Will this work in Saxon-HE? I'm looking for a solution that could 
be used in open-source code.



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