Take a look at this bakery article about Sitemaps, which are dynamisch
XML files generated from different models using find('all')

http://bakery.cakephp.org/articles/view/automatically-generate-dynamic-sitemaps

I think there you have all your answers.

On Thu, Oct 16, 2008 at 8:29 AM, Liebermann, Anja Carolin
<[EMAIL PROTECTED]> wrote:
>
> Hello everybody, hi Franky,
>
> Thanks for your reply!
>
> So XML seams to be a core helper. But I don't understand from where I get it 
> working. Am I right if I use it in my controller?
> I tried this in my_controller.php:
>        var $helpers = array('Html', 'Form', 'Javascript', 'Xml');
>
>        function xmlExport(){
>                $xml = new XmlHelper();
>        }
> This gives me the error: Fatal error: Class 'XmlHelper' not found in 
> my_controller.php on line 353
>
> What do I do wrong?
>
> Installatioan questions:
> Does anyone know if I have to install expat seperately or if it comes with 
> cake? I guess not... And if not, how can I get cake to work with it?
>
> Webservices: I found this tutorial:
> http://www.littlehart.net/atthekeyboard/2006/11/29/using-cakephps-native-web-service-support/
> But it seems to be for Cake1.1 and I have galdly migrated to cake1.2 RC3
>
> A Mysql export to XML wouldn't help because, what I need is a XML document 
> which contains the information of about 5-10 connected tables in my database.
>
> Thanks for any hint and help!
>
> Anja
>
> -----Ursprüngliche Nachricht-----
> Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von 
> francky06l
> Gesendet: Donnerstag, 16. Oktober 2008 00:55
> An: CakePHP
> Betreff: Re: xmlwriter
>
>
> Well check the xml helper and serialize method, if DB is big you might have 
> to "paginate" it ..
> I also believe that mysqldump can dump xml (not sure thought)...
>
> On Oct 14, 5:46 pm, "Liebermann, Anja Carolin"
> <[EMAIL PROTECTED]> wrote:
>> I would be interested as well in any help on this topic.
>>
>> The cookbook isn't very verbose on
>> this:http://manual.cakephp.org/view/623/Xml
>>
>> In the end I would like to make an XML export out of my database, but
>> at the moment I  don't know how to get expat on my development server
>> (WinXP) or on my production environment (Linux). And I have no clue
>> how to talk to expat or if cake does it for me.
>>
>> Thanks for any help, hints and links in advance!
>>
>> Anja
>>
>> ________________________________
>>
>> Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im
>> Auftrag von .
>> Gesendet: Sonntag, 12. Oktober 2008 05:53
>> An: Cake PHP
>> Betreff: xmlwriter
>>
>> has anybody worked with xmlwriter (or similar) with cakephp? thanks
>
>
> >
>



-- 
Siegfried Hirsch
hhS - Welserstr. 1 - 81373 München - (089) 5484 3564 - skype:shirsch
Fax +49 - (0)89 - 943 992 698 - http://www.rss-blogger.de
http://www.newsbee.de NewsBee 2 - customized RSS solutions
http://abo-stop.de jetzt mit kostenlosem Kündigungsgenerator

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to