[oXygen-user] Help needed with XSLT

Tony Graham
Fri Jun 24 05:27:38 CDT 2011


On Fri, June 24, 2011 10:42 am, Florent Georges wrote:
> Syd Bauman wrote:
>> 1) This is probably more appropriate for the XSL-list than
>> here.
>
>   Might not be the case actually.  The fact that the graph

Definitely the case.

> namespace is asked to be excluded from serialization but is not
> actually, is maybe because the serialization ignores it.  It
> could be a lot of reasons, really, but I think the serializer in
> oXygen which serializes to the GUI, with syntax-highlighting, is
> ignoring this serialization param.
>
>   Timothy, do you observe that result directly in oXygen?  What
> if you run the transform from within the command line, using
> Saxon directly?  Just an idea...

'exclude-result-prefixes' is for excluding namespace declarations from
literal result elements created by the stylesheet [1].  It's not going to
make them disappear from elements that were added to the result by using
xsl:copy.

Regards,


Tony Graham                                   
Consultant                                 http://www.mentea.net
Mentea       13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
 --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
    XML, XSL FO and XSLT consulting, training and programming


[1] http://www.w3.org/TR/xslt20/#lre-namespaces



More information about the oXygen-user mailing list