[phpXML] xml.php location

2001-09-18 Thread o . talens
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

[phpXML] Re: [phpXML] xml.php location

2001-09-18 Thread serge
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,

[phpXML] How to get at attributes.

2001-09-18 Thread tim
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

[phpXML] Re: [phpXML] How to get at attributes.

2001-09-18 Thread serge
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

[phpXML] Re: [phpXML] Re: [phpXML] How to get at attributes.

2001-09-18 Thread tim
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

[phpXML] Re: xml.php location

2001-09-18 Thread luc
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

[phpXML] RE: [phpXML] Re: [phpXML] xml.php location

2001-09-18 Thread o . talens
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