Menu

#168 DomSerializer doesn't seem to take into account the namespacesAware configuration

v2.19
closed-fixed
nobody
None
5
2017-02-06
2016-01-22
No

If I have this input:

<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>

If I try to clean it when namespacesAware is false, I get:

<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>

instead of:

<html><head></head><body></body></html>

Discussion

  • Scott Wilson

    Scott Wilson - 2016-08-17
    • Group: v2.16 --> v2.17
     
  • Scott Wilson

    Scott Wilson - 2016-10-19
    • Group: v2.17 --> v2.18
     
  • Scott Wilson

    Scott Wilson - 2017-02-06
    • Group: v2.18 --> v2.19
     
  • Scott Wilson

    Scott Wilson - 2017-02-06
    • status: open --> closed-fixed
     
  • Scott Wilson

    Scott Wilson - 2017-02-06

    Fixed in 2.19

     

Log in to post a comment.