On Tuesday 01 July 2003 20:41, Dimitris Glezos wrote: > On Sun, 29 Jun 2003, [ISO-8859-1] Thomas Sch�fbeck wrote: > > Dimitris: Sorry, I wasn't able to build the el-one, there are several > > errors. Please get it passing at least the test_xml (it seems to be > > mostly just the missing xml-pi's). > > What do u mean "missing xml-pi's" ? :) > > What should I do to fix it? >
run make test_xml and pay attention to the beginning if the errors thrown by xmllint: 1.) your language-defs.ent seems to be saved in the wrong encoding. possible solutions: iconv the files to the proper encoding, or use an editor and save them with the proper encoding. 2.) do not use & literally as it seems to be used in language-defs.ent correct this two points and try again the validation by make test_xml Regards Friedhelm -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
