Hello.
I've got a question about adding encoding attribute to my DOM XML Document?
I'm from Poland and we use extended latin alphabet - I'd like to use
iso-8859-2 Polish charset
e.g.:
<?xml version="1.0" encoding="iso-8859-2"?>
is there such posibility in DOM XML?
thanks in advance
greetings R
I've got a question about adding encoding attribute to my DOM XML Document?
I'm from Poland and we use extended latin alphabet - I'd like to use
iso-8859-2 Polish charset
e.g.:
<?xml version="1.0" encoding="iso-8859-2"?>
is there such posibility in DOM XML?
thanks in advance
greetings R
Comment