#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

_______________________________________________
augeas-devel mailing list
augeas-devel@redhat.com
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to