> I checked on it. There are two declarations of the "methodsynopsis"
template
> rule and both of them have the same import precedence (i.e. neither one
was
> imported.) So I can't see any way that anyone could run phpweb.xsl and
have
> it work. I commented one instance of the rule and the transformation
> succeeded, but the output was blank. I then deleted the comment tags and
> commented out the other instance of the rule, once again resulting in
blank
> output. The blank output is probably a different issue.
>
> My real question is: has anyone else been using the stylesheets and if so,
> are you having more success than I am? If not, I'd like to investigate
> making them work more reliably.

Well, I have not looked at the CVS part, but probably I was the last guy
working on that. I actually had it working WITH XSLTPROC. This is
very important! Saxon handles relative paths differently then xsltproc,
and cannot work with Windows path values (treating the drive letter the
protocol). So it worked with xsltproc.

My HDD is practically lost due to a hardware failure since dec 30, and I had
no time to get a new HDD and reinstall everything, as I also have my exam
period at the university, so I cannot say anything more than that. I beleive
there should not be any modifications made to make it work.

BTW there is no need to have any XSL sheets to check for XML errors. If you
have xmllint (which is also part of the xsltproc package), then you can run
that on manual.xml and see all errors. (Run only after configure). It's
better then "make test" actually, it finds more errors ;))

Goba


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to