Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DOMXML changes single code ü to the pair ü

Status
Not open for further replies.

barryp

Programmer
Jan 30, 2002
48
GB
DOMXML changes single code ü to the pair ü

Why ?

I use 'domxml_open_file()' and navigate via
'$dom->get_elements_by_tagname()'

and print with 'echo $e3->get_content()'

I guess I could put everything through strtr() and try to anticipate all conversions, but I'm bound to miss some

Regards
Barry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top