Still no XML help

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
VmusicV
Forum Newbie
Posts: 23
Joined: Sun Jun 15, 2003 10:45 pm
Location: Columbus

Still no XML help

Post by VmusicV »

Hi
I have looked at 2 classes for PHP that supposedly allow you to write a node or data element to an existing xml document. One set of classes is from PEAR and the other form phpClasses.org

Niether has solid documentation that inlcudes examples....

Has anyone actually used either the PEAR xml classes or the phpClasses.org xml classes to
write a new node
or... delete a node

from an existing xml document???????

Thanks In Advance!

Vmusic
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post by trollll »

I haven't really found anything to suit my fairly simple XML needs either, so I just roll my own php libraries to work with XML. Nothing at all full enough to even start thinking about the possibility of maybe starting to make it an actual widespread project, but I find it suits my needs just fine faster than trying to find someone else's.

Good practice, too. You may want to consider it.
VmusicV
Forum Newbie
Posts: 23
Joined: Sun Jun 15, 2003 10:45 pm
Location: Columbus

Worthlesss Clasesssss

Post by VmusicV »

What's frustrating is look on the PEAR web site

-----> There's absolutely NO WAY to contatct anybody there


look at the phpClasses.org web site


------> How many of the class authors do you think you can really contact


Why bother to make classes and post them on the web if they're not documented

Why bother..........
Post Reply