in reply to Re: XML::XSLT problem
in thread XML::XSLT problem
Alas, same error. I was already making sure that the files did exist and that the variables were being filled, by outputing the vars; I know this isn't a simple file I/O error, in other words.use strict; use XML::XSLT; myy $xslt = XML::XSLT->new ("blog.xsl", warnings => 1, debug => 1); $xslt->transform ("posts.xml"); print $xslt->toString; $xslt->dispose();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::XSLT problem
by rg0now (Chaplain) on Apr 24, 2005 at 17:53 UTC | |
by bosshoff (Novice) on Apr 24, 2005 at 18:27 UTC | |
by rg0now (Chaplain) on Apr 24, 2005 at 21:45 UTC | |
by bosshoff (Novice) on Apr 24, 2005 at 22:28 UTC | |
by rg0now (Chaplain) on Apr 24, 2005 at 22:38 UTC | |
by gellyfish (Monsignor) on Apr 25, 2005 at 09:36 UTC | |
|