Thank zou verz much for zour reply.
Most probably I had described my prob in too perplexing way, which is why u got it wrong if the parsing itself is for question.
What i am trying to make is a php file, that would include the appropriate .xml file according to the value of the variable...
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...
Now the the "?" signs are ignored by the php parser, that's fine, but the xml content of the file is not evaluated.
It is as if it ignored the xsl (link), which it most probably does because the file extension is php3 and not xml; is there any way i can make the xml parser evaluate the...
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.
Centers"
PPG="21.2"
RPG="11.1"
Assists="9.4"
etc.
are not elements, they are just attributes of the Player element, hence they should be included just in the <!ATTLIST> declarations i guess.
I'd say it might look something like this:
<!ELEMENT players (player)>
<!ELEMENT Player...
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.