#native_company# #native_desc#
#native_cta#

Dynamic XML Conversion Using the SAX Parser Page 7

By PHP Builder Staff
on April 28, 2003

Please save the files test.php and test.pxml to an accessible directory on your webserver and open
it in a browser. Note that the PHP version on the server has to include the expat parser (most do).
Closing Note
The conversion process is pretty fast, so you can do it on-the-fly.
If you are concerned about web server loads, you can put the converted output into a cache-file.
I used this technique myself for quite a few sites. I was able to build some tag libraries for form
processing, shopping carts and database tables. With some add-ons, this stack processing is quite
powerfull, but the code for the processing functions can become rather complicated when you add
intelligence to them and give them access to other levels of the stack (the parent tags).
Some other ideas for tags:
<image databaseid="3901" />
<openinpopup size="big"> Doh </openinpopup>
<showflash src="bla.swf" /> 
© 2003 Martin Scheffler

1
|
2
|
3
|
4
|
5
|
6
|
7