I'm not sure this is the best place to ask questions about specific
packages, but here goes.

I installed the OO provider/plugin package.  It almost works.  A
simple .sxw document generates error code 500.  The provider module
compiles without any problem and passes all three tests.

the specific logged error is:

[AxKit] [Error] Can't coerce GLOB to string in entersub at
        /usr/local/web/Development/lib/Apache/AxKit/Language/LibXSLT.pm
        line 122.

That line is:
    my $results = $stylesheet->transform($xml_doc, @params);

$xml_doc is an OK XML::LibXML::Document and @params is:
        oo.request.uri '/test.sxw' oo.sxwfile 'test.sxw'


So, where is the GLOB coming from?  Is the output path screwed up
somehow?

I'm using perl 5.6.1 and AxKit 1.61 on Linux.




Otherwise, it seems to work.  If I do do the transform by hand on the
first-stage provider output I get:

xsltproc /usr/local/web/Development/docs/stylesheets/oo2html.xsl _2ftest.sxw.0

file:///usr/share/xml/openofficeorg/drawing.mod:561: validity warning:
Attribute transform of element draw:text-box: already defined
<!ATTLIST draw:text-box %draw-transform; >
                                         ^
file:///usr/share/xml/openofficeorg/chart.mod:274: validity warning:
Attribute direction of element style:properties: already defined
                  fo:direction (ltr|ttb) #IMPLIED >
                                    ^
warning: failed to load external entity "/meta.xml"
warning: failed to load external entity "/styles.xml"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" media="screen"
href="screen.css">
</head>
<body>
<p class="Standard">This is a test.</p>
<p class="Standard"></p>
<p class="Standard">It has two paragraphs and this is the second
one.</p>
<p class="Standard"></p>
</body>
</html>



-- 
John Edstrom  


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to