[PHP] PHP XML with Dynamic Content

2002-01-03 Thread Emile Bosch

Hi a lot of todays proffesional content management systems use XML, now
i was wondering how it's possible to mix XML with Dynamic Content, or
content which is change sensitive, IE A shop, or an auction,
let's say you have a shop with 1000 products, how am i gonna mix this in
the XML?

Does anyone know how this is solved, because i don't think that you are
gonna write hundreds of XML files for each article, can someone please help
me out here?

Warm regards,
Emile Bosch



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP XML with Dynamic Content

2002-01-04 Thread Brian Clark

* Emile Bosch ([EMAIL PROTECTED]) [Jan 03. 2002 15:38]:

> Hi a lot of todays proffesional content management systems use XML, now
> i was wondering how it's possible to mix XML with Dynamic Content, or
> content which is change sensitive, IE A shop, or an auction,
> let's say you have a shop with 1000 products, how am i gonna mix this in
> the XML?

> Does anyone know how this is solved, because i don't think that you are
> gonna write hundreds of XML files for each article, can someone please help
> me out here?

I understand the first paragraph up to "how am i gonna mix this in the
XML?"

Why couldn't you store information in a database and write the XML files
on the fly when you need XML? Or update the XML file when something 
changes? Or, why use XML at all? Do you _really_ need it? *confused*

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Sex is the most fun you can have without laughing.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP XML with Dynamic Content

2002-01-05 Thread Emile Bosch

Writing it on the fly would be kinda redundant.. I think.. :(
from mysql data to xml to data.. .. would slow things down a bit i
think.. :(

"Brian Clark" <[EMAIL PROTECTED]> wrote in message
20020105030550.GD17616@ganymede">news:20020105030550.GD17616@ganymede...
> * Emile Bosch ([EMAIL PROTECTED]) [Jan 03. 2002 15:38]:
>
> > Hi a lot of todays proffesional content management systems use XML, now
> > i was wondering how it's possible to mix XML with Dynamic Content, or
> > content which is change sensitive, IE A shop, or an auction,
> > let's say you have a shop with 1000 products, how am i gonna mix this in
> > the XML?
>
> > Does anyone know how this is solved, because i don't think that you are
> > gonna write hundreds of XML files for each article, can someone please
help
> > me out here?
>
> I understand the first paragraph up to "how am i gonna mix this in the
> XML?"
>
> Why couldn't you store information in a database and write the XML files
> on the fly when you need XML? Or update the XML file when something
> changes? Or, why use XML at all? Do you _really_ need it? *confused*
>
> --
> Brian Clark | Avoiding the general public since 1805!
> Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
> Sex is the most fun you can have without laughing.
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]