On July 19, 2004 02:17 am, Robin Berjon wrote:
> Dahut Nacho!

Dahut Darobin!

> > +sub XMLCatalogs {
> > +    my $self = shift;
> > +
> > +    my @others;
> > +
> > +    print STDERR "XML Catalog: ", join(", ", %{
> > $self->{cfg}{XMLCatalogs} } ), "\n";
>
> You might want to drop that line :) (and why not use warn instead?).

:-)  Yeah, I noticed that just after I sent it.  Oops.

> > +=head2 AxXMLCatalog
> > +
> > +Use this directive to add additional XML catalogs to the XML
> > transformation +engine.  XML Catalogs provide an interoperable way to map
> > information about +an XML resource to a URI reference.  This enables you
> > to, among other things, +define custom URIs representing files or
> > sections of your site, making +references to such resources more
> > portable.
> > +
> > +    AxXMLCatalog /catalog.xml
>
> Reading this it's unclear to me whether that path is from the docroot
> (as most Apache configuration parameters are) or if it's from the FS
> root (as one often specifies catalogs).
>
> Apart from that, it looks perfect :)

Okay, I'll mention how its relative to the docroot in there.

Any feedback, or +/- 1s from anyone else?

-- 
Michael A. Nachbaur <[EMAIL PROTECTED]>
http://nachbaur.com/pgpkey.asc

Reply via email to