Guest_imported
New member
- Jan 1, 1970
- 0
transform XML with XSL is cool. but in the result there is always encoded inserted like this:
<?xml version="1.0" encoding="UTF-16"?>
or :
<meta http-equiv="content-type" content="text/html; charset="UTF-16">
but such setting is not always what I want.
how can I tell it don't insert this attribute?
i tried
<xslutput method="xml" encoding="windows-1252" />
but it is just ignored.
<?xml version="1.0" encoding="UTF-16"?>
or :
<meta http-equiv="content-type" content="text/html; charset="UTF-16">
but such setting is not always what I want.
how can I tell it don't insert this attribute?
i tried
<xslutput method="xml" encoding="windows-1252" />
but it is just ignored.