How do I make an xml file with this in it, using the xml api's in php
5.04?
<!DOCTYPE abcdef [
<!ENTITY nbsp " ">
<!ENTITY lt "<">
<!ENTITY gt ">">
<!ENTITY amp "&">
<!ENTITY apos "'">
<!ENTITY copy "©">
]>
5.04?
<!DOCTYPE abcdef [
<!ENTITY nbsp " ">
<!ENTITY lt "<">
<!ENTITY gt ">">
<!ENTITY amp "&">
<!ENTITY apos "'">
<!ENTITY copy "©">
]>
Comment