When a page contains a <style> tag with quotes in it (" or '), they are encoded, and not interpreted correctly in the final page.
The generated code looks like :
url('
when it should be
url("...")
For the moment this can be prevented by using <xsl:comment> tag in the <style> tag (unless there are non-xsl tags inside the <style> tag).
[RUNTIME-218] The XHTML serializer encodes style tag (but it shouldn't)
Workflow | Original: jira [ 11170 ] | New: Ametys [ 12884 ] |
Project Import | New: Thu May 28 17:04:11 UTC 2009 [ 1243530251015 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fix Version/s | Original: 1.2.0 [ 10641 ] | |
Fix Version/s | New: 2.0.0 [ 11008 ] |
Fix Version/s | New: 1.1.4 [ 11421 ] | |
Fix Version/s | New: 1.2.0 [ 10641 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Like script tag a comment is added around the content and is now written without &#XXX;.
Fixed in trunk in revision 349 and in 1.1 branch in revision 350.