Hi you guys,
I've encountered a problem with implementing .xml file (/content) into a .php document. I've incorporated it using the php print () function print('<'.'?');?>xml version="1.0" encoding="utf-8"........
to not make the php parser consider <?xml encoding=...... as the beginning of...
Is there any way i can include a .xml file into a php document? I tried classical include() and require() functions, but the problem is that the php parser rocognises the question mark at
<?xml........
to be the beginning of a php script.
Thx in advance.
Hi you guys, sry for the cheesy question, but I've taken on XML just recently. My prob is that I am trying to use entities to be evaluated as a string by a parser:
<?xml version='1.0' encoding='windows-1250'?>
<!DOCTYPE Sablona [
<!ELEMENT vypis (#PCDATA)>
<!ENTITY someent "zyxwvu">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.