[augeas-devel] [Augeas] #258: RFE: XML lens should accept single-quotes

Augeas trac at fedorahosted.org
Mon Oct 29 13:45:06 UTC 2012


#258: RFE: XML lens should accept single-quotes
----------------------+------------------------
  Reporter:  biltong  |      Owner:  fgiraldeau
      Type:  defect   |     Status:  new
  Priority:  major    |  Milestone:  next
 Component:  Augeas   |    Version:  devel
Resolution:           |   Keywords:
Blocked By:           |   Blocking:
----------------------+------------------------
Description changed by raphink:

Old description:

> The XML lens chokes on the following valid XML:
>
> <?xml version='1.0' encoding='utf-8'?>
>
> It works fine with double-quotes:
>
> <?xml version="1.0" encoding="utf-8"?>
>
> Any chance both could be supported?

New description:

 The XML lens chokes on the following valid XML:

 {{{
 <?xml version='1.0' encoding='utf-8'?>
 }}}


 It works fine with double-quotes:

 {{{
 <?xml version="1.0" encoding="utf-8"?>
 }}}


 Any chance both could be supported?

--

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/258#comment:2>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list