Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] XML/XSL + PHP From: Alex Black (enigma <email protected>)
Date: 07/10/00

hi dima,

first, take this all with a grain of salt.. your application may differ, and
you may need to use XSL.

>From the production work I have done with XSL, I would not recommend it for
use with presentation markup. it is probably fine for direct DTD->DTD xml
transfer.

I've had _far_ better luck getting XML data into associative arrays and
using my own mechanisms for generating whatever stuff I needed (html, wml,
etc)

in any case, as part of binarycloud, we're going to provide some tools on
top of the native stuff to rapidly import XML data, and do all kinds of
stuff with it: apply a template to it, send it to a database, email it, etc.

best,

_alex

--
Alex Black, Head Monkey
enigma <email protected>

The Turing Studio, Inc. http://www.turingstudio.com

vox+510.666.0074 fax+510.666.0093

Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522

> From: dima_berastau <email protected> (dima) > Newsgroups: php.general > Date: 10 Jul 2000 11:39:46 -0700 > Subject: [PHP] XML/XSL + PHP > > Hi everyone, > > I was wondering if anybody tried to deal with some XML/XSL > transformations based on PHP. > > As far as the doc is concerned, only fundamental XML parsing is covered > and there isn't a word about XSL and related technologies. > > Also, would greately appreciate if anybody can point towards a few > examples on XML/XSL parsing in PHP. > > thanks in advance. > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>