[Bug 30012] [xslt30] Syntax highlighting

https://www.w3.org/Bugs/Public/show_bug.cgi?id=30012

Phil Fearon <pgfearo@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pgfearo@googlemail.com

--- Comment #1 from Phil Fearon <pgfearo@googlemail.com> ---
An addition to the descripton: 

XPath/XQeury expressions included as stand-alone samples should also be
processed using qf:show-xquery().

A general rule for syntax-highlighting code content with XMLSpectrum is that,
when ignoring whitespace, if the first character is a '<' use f:render(),
otherwise use qf:show-xquery().

The exception to this rule is code starting with '<jsp:setProperty'. This code
should not be parsed as XML (it nests elements within string-literals) so
qf:show-xquery() should be used instead.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 17 November 2016 17:31:26 UTC