On Tue, 16 Mar 2004, Vladimir Prus wrote:
> > > Would anybody object if I commit Reece's changes?
> >
> > No, but I'd like to check out the diffs at some point so I know what's
> > going on.
>
> I attach the diff I have here. It's CVS HEAD vs. previous version from Reece
> -- one that includes new nagivation on top and bottom, but does not fix empty
> TOC. Okay to commit?
>
> - Volodya

There are several changes like this:

-    <xsl:if test="position() &gt; 1">
+    <xsl:if test="position() > 1">

I'm not sure if the latter is legal XSLT. For instance, the XSLT 1.0 spec
has this example:

                        <xsl:if test="growth &lt; 0">
                             <xsl:attribute name="style">
                                 <xsl:text>color:red</xsl:text>
                             </xsl:attribute>
                        </xsl:if>

And the XPath spec has this description:

"XPath expressions often occur in XML attributes. The grammar specified in
this section applies to the attribute value after XML 1.0 normalization.
So, for example, if the grammar uses the character <, this must not appear
in the XML source as < but must be quoted according to XML 1.0 rules by,
for example, entering it as &lt;."

Other than these, the patch is fine. Thanks!

  Doug


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to