[
https://issues.apache.org/jira/browse/WICKET-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598945#action_12598945
]
Juergen Donnerstag commented on WICKET-1652:
--------------------------------------------
Despite of the XML spec their might as well be a client which is not able to
handle " quotes. For these none standard compliant client, IMO, it would be
good to support both type of quotes. May be a simple method to be subclassed if
you want change the quote. I'll have a look over the weekend.
> Hard-coded quotes in xml prologue
> ---------------------------------
>
> Key: WICKET-1652
> URL: https://issues.apache.org/jira/browse/WICKET-1652
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.3, 1.4-M1
> Reporter: Gwyn Evans
> Priority: Trivial
> Fix For: 1.4-M3
>
> Attachments: Page.patch
>
>
> Even if you specify a prologue as:
> <?xml version="1.0" encoding="UTF-8"?>
> (i.e. double quoted) it gets delivered as:
> <?xml version='1.0' encoding='UTF-8'?>
> XML spec says either should be acceptable but I've come across one case where
> it would be useful to have it use the quote char that's supplied.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.