Le mer 01/01/2003 � 23:41, Ed a �crit :
> On Wed, Jan 01, 2003 at 10:21:53PM +0100, Olivier Garcia wrote:
> > First of all, thank you for answering so quickly ( iso 9001 cert. is
> > near =) )...
> > <SNIP>
> I think the trouble is w/ your xsp based on the fact that the error log
> is showing that the restulting perl code starts w/ ". do"
>
> Try it with some tags in your xsp:
>
> <report>
> <weather:report zip="1"/>
> </report>
>
> Ed.
>
Works great ! Thank you for your help !
I think I understand now : here the diff between the two scripts
>sub handler {
>my ($r, $cgi, $document) = @_;
>my ($parent);
>
>{ my $elem =
$document->createElement(q|report|);$document->setDocumentElement($elem); $parent =
$elem; }
>{
> my $text = $document->createTextNode(""
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>