Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 21st, 2003, 02:11 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Building XML Trees with PHP

Building XML Trees With PHP Great article! I can use this in a class project that I am doing. Plus, I can use this for my WEB Site. THANKS! You can read the article here .

Reply With Quote
  #2  
Old February 24th, 2003, 02:41 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
cool!

Thanks for the show!

Reply With Quote
  #3  
Old February 24th, 2003, 05:53 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Exactly what I needed!

At the moment I’m developing an application using PHP and XML.
At first I used the DOM extension but failed because my Provider doesn’t support it (my develop system does…).
So I searched the Web for information on PHP and XML. I found several sites dealing with these terms but most of them point on reading and parsing XML rather than build XML.
So this Article is exactly what I searched for!

Great work!

Reply With Quote
  #4  
Old March 14th, 2003, 01:27 PM
mamon mamon is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 1 mamon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
XSL templates

My provider doesn't support xslt. How can I use XMLTree and XMLTransformer to transform a xsl template?

Reply With Quote
  #5  
Old March 14th, 2003, 02:40 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
There is also another alternative

To create XML trees, that is the Krysalis platform

http://www.interakt.ro/products/Krysalis/

It works with either Sablotron or DOMXML, but for real results and live applications you should have your ISP install DOMXML (it's 5 times faster than Sablot and problably 20 times faster than pure PHP XSL transformations).

Alexandru

Reply With Quote
  #6  
Old March 18th, 2003, 06:56 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
more one XML class

http://minixml.psychogenic.com/ I have used it and must say that its good!

Reply With Quote
  #7  
Old April 30th, 2003, 06:54 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
fantastic

This is great! The PEAR library has documentation for this but it's pretty much useless as they don't have any examples. Thanks a lot!!!

Reply With Quote
  #8  
Old May 27th, 2003, 11:48 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Building XML Trees With PHP

Building XML Trees With PHP

February 20, 2003 - Need to manipulate XML document trees, but don't have the DOM extension compiled into your PHP build? Take a look at XMLTree, a PEAR class that allows you to create and manipulate XML document trees without requiring the PHP DOM extension.

Please discuss this article in this thread. You can read the article here .

Reply With Quote
  #9  
Old May 28th, 2003, 10:37 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
If you would like to see an article covering a particular topic, please post your request here.

Reply With Quote
  #10  
Old June 8th, 2003, 04:11 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: Building XML Trees with PHP
Date: 02-21-2003 12:11:47 MST
Great article! I can use this in a class project that I am doing. Plus, I can use this for my WEB Site. THANKS!

Reply With Quote
  #11  
Old June 8th, 2003, 04:11 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: cool!
Date: 02-24-2003 00:41:26 MST
Thanks for the show!

Reply With Quote
  #12  
Old June 8th, 2003, 04:11 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: Exactly what I needed!
Date: 02-24-2003 03:53:57 MST
At the moment I’m developing an application using PHP and XML. At first I used the DOM extension but failed because my Provider doesn’t support it (my develop system does…). So I searched the Web for information on PHP and XML. I found several sites dealing with these terms but most of them point on reading and parsing XML rather than build XML. So this Article is exactly what I searched for!

Great work!

Reply With Quote
  #13  
Old June 8th, 2003, 04:11 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: mamon
Subject: XSL templates
Date: 03-14-2003 11:27:02 MST
My provider doesn't support xslt. How can I use XMLTree and XMLTransformer to transform a xsl template?

Reply With Quote
  #14  
Old June 8th, 2003, 04:12 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: There is also another alternative
Date: 03-14-2003 12:40:09 MST
To create XML trees, that is the Krysalis platform

URL

It works with either Sablotron or DOMXML, but for real results and live applications you should have your ISP install DOMXML (it's 5 times faster than Sablot and problably 20 times faster than pure PHP XSL transformations).

Alexandru

Reply With Quote
  #15  
Old June 8th, 2003, 04:12 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: more one XML class
Date: 03-18-2003 04:56:26 MST
URL I have used it and must say that its good!

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Building XML Trees With PHP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT