xsl-list
[Top] [All Lists]

Re: Fwd: [xsl] curly braces

2012-09-19 06:03:34
Could you please construct a complete example that demonstrates the problem? We haven't been able to reproduce it.

(Ideally, product-specific issues shouldn't really go on this list. But now the thread is started here, perhaps it's best to keep it here.)

Michael Kay
Saxonica

On 19/09/2012 11:47, Ihe Onwuka wrote:
The version that comes with Kernow. Saxon HE 9.3.0.5

On Wed, Sep 19, 2012 at 11:42 AM, O'Neil Delpratt 
<oneil(_at_)saxonica(_dot_)com> wrote:
Hi,

According to the specification a single curly bracket is not allowed in an 
attribute. Please see:

http://www.w3.org/TR/xslt20/#attribute-value-templates

In Saxon 9.4.0.5 the bracket {{ is replaced by the single bracket {, which is 
correct.
Which version of Saxon are you using?




-------- Original Message --------
Subject: [xsl] curly braces
Date: Wed, 19 Sep 2012 04:19:53 +0100
From: Ihe Onwuka <ihe(_dot_)onwuka(_at_)googlemail(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: xsl-list <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>


Not sure whether this is a saxon or XSLT issue (or just me for that matter).

Saxon wouldn't allow me to  set the bracketType attrtibute to "{"
(Unexpected token "<eof>" in path expression)

     <xsl:variable name="fieldNames" as="element()*">
        <this:fieldName elem="product" plural="products" bracketType="["/>
        <this:fieldName elem="productThumbnail" plural="thumbnails"
bracketType="{{"/>
     </xsl:variable

so I set it to "{{" as above, which Saxon accepts but inserts {{ into
my result tree instead of {.

I have a workaround (substring the bracketType attribute) but would
like an explanation please.

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






kind regards,

--
O'Neil Delpratt
Software Developer, Saxonica Limited
Email: oneil(_at_)saxonica(_dot_)com
Tel: +44 118 946 5894
Web: http://www.saxonica.com
Saxonica Community Site: http://dev.saxonica.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>
--~--




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