I am in the process of writing many XML files (416) from info on a MySQL Db. I have been sucessful in everything except for getting the following at the beginning of the file:
Code: Select all
<!DOCTYPE dmodule [
<!NOTATION png PUBLIC "pngviewer.exe">
<!NOTATION jpg PUBLIC "jpgviewer.exe">
<!ENTITY SYSTEM "./Illustrations/$filename.jpg" NDATA jpg>
]>Any help would be greatly appreciated. I would post the complete PHP script that I have thus far, but it is 850 lines long, and at work.
Thanks