Title: xml.php location
Hi,
Can anybody tell me how to use the xml.php file. Do I have to place it on a certain location, or do I have to include that in every file?
Thanks,
Oliver Talens
Abyss I.T. Solutions
Mathildastra
Title: xml.php location
Hello,
You need to place it somewhere. And include it in every file
this way:
include("lib/xml.php"); // xmp.php placed in subfolder
"lib"
Serge.
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 18,
Hello everybody.
First of all I want to thank everybody who had a hand in writing this very
nice object.
I am wondering if there is a shortcut way to handle attributes.
Right now I am calling the attributes function and getting an array but I
want to use an expression like "//somepath/somethin
Hi,
I think it's not possible. The only way to get the attributes is to use
get_attributes function.
If you want to use XPath expressions so you must use XSLT to extract the
data and generate HTML.
Serge.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tues
At 08:10 AM 9/18/2001 +, you wrote:
>Hi,
>
>I think it's not possible. The only way to get the attributes is to use
>get_attributes function.
>
>If you want to use XPath expressions so you must use XSLT to extract the
>data and generate HTML.
Ok thanks.
I keep going back and forth but I alwa
En réponse à [EMAIL PROTECTED]:
> Hi,
>
> Can anybody tell me how to use the xml.php file.
> Do I have to place it on a
> certain location, or do I have to include that in every file?
Hello,
Copy the following in a file
Call the file lets say : phpinfo.php and call it from your browser.
I
Title: xml.php location
Thanks,
Is
there a place where I can find some good examples? I am familliar with xml, but
now I need to know how to use it in phpxml.
Oliver.
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Sent: dinsdag 18 september 2001
9:50To