Create and Query XML document in Cache?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jeff00seattle
Forum Commoner
Posts: 66
Joined: Sat Feb 28, 2009 3:27 pm

Create and Query XML document in Cache?

Post by jeff00seattle »

Hi

In PHP, can I create an XML document in memory (not read into memory from a physical XML file), and then query it in memory using XQuery?

I know I can do in C#. I am just curious if I can do it in PHP.

Thanks

Jeff in Seattle
Post Reply