Whatever starts with <? immediatly followed by an identifier is called a 
Processing Instruction, which ends with a ?>   XML doesn't care what is 
within those tags, as long as it doesn't contain a ?>

Satyam



""Labunski"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hello,
>
> Is it possible to write some PHP code lines in the XML document?
>
> e.g. I want to add <?php require_once("read_database.php"); ?> to the xml 
> document, but
> I don't know the right syntax to do this.
>
> Btw, I need this, cause I'm trying to make CMS system for Flash page.
>
> Thanks a lot!
> Roman 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to