Re: [Boost-bugs] [Boost C++ Libraries] #7899: Invalid URLs in container documentation

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7899: Invalid URLs in container documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-14 00:46:56


#7899: Invalid URLs in container documentation
--------------------------------------------------------+-------------------
  Reporter: alexey kutumov <alexey.kutumov@…> | Owner: danieljames
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: auto_index
   Version: Boost 1.52.0 | Severity: Not Applicable
Resolution: | Keywords:
--------------------------------------------------------+-------------------

Comment (by danieljames):

 The first errors in the log are because the validator doesn't like
 xincludes, you need to process them first somehow. I think you can use
 `xmlint --xinclude`.

 The error for tutorial.xml:9 is correct, it just requires that the doctype
 in tutorial.xml be changed to `section`.

 The "defaulted from external subset" errors can be fixed by changing
 `standalone="yes"` to `standalone="no"` at the beginning of the
 appropriate file. `standalone="yes"` means that the document can be parsed
 without consulting the schema - the error is saying that it needs the
 schema in order to get the defaults.

 None of those errors should break anything though.

 As for the xsl error, I'd have to look into it. I never understood the
 custom attribute stuff, it always seemed a bit pointless to me. Just the
 way that the attributes is copied is a bit odd - I believe the `xsl:for-
 each` can be replaced with something like `<xsl:copy-of select="@*" />`.
 How are you running xsl? (so I can replicate your errors).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7899#comment:10>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC