Subject: | Troubleshooting using URL type string |
When using string of URL type, that means with '/' inside, I got this
kind of errors :
error in xpath expression .//text:p[string()=~/ http://www.paris.fr /]
at /www.paris.fr / at C:\GPX\proto_ipod.pl line 451
this had happened with the following statement :
my $paragraph = $context->get_paragraph(content => $replace);
but I have got problems with this one hereafter :
#$paragraph->set_span(
# filter => $replace,
# style => "$stylename");
for info : system XP, Perl 5.12.3, $replace="http://www.paris.fr"
Thank for your help.
Regards.