Hi,
I try to add an attribute encoding to an xml document with dom-xml-php but it isn't ok!
I use attribute charset or method create_attribute from class domelement to try add the attribute encoding but if I see my document on my web brouser, I don't see this attribute.
I see only attribute version as <?xml version="1.0"?>
I don't know how can I make it?
🙁