Berkeley CSUA MOTD:Entry 45224
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/09 [General] UID:1000 Activity:popular
7/9     

2006/11/7-8 [Computer/SW/Languages/Misc] UID:45224 Activity:nil
11/7    A lot of XML documents contain things like:
        xmlns:xi="http://www.w3.org/2001/XInclude"
        Isn't it bad practice to have an IT infrastructure depend on a
        resource hosted on a machine that may have down-time?
        \_ That's not a "real" URL, it's what's called a URN.  Basically it's
           just a unique string to say "this is the unique namespace which 'xi'
           will be an abbreviation for."  Common convention is that it point at
           the DTD or something that links to the DTD, but in general that
           URL is never actually fetched.  --dbushong
           \_ I say this because I have a document that is dependent on
              files hosted on http://docbook.sourceforge.net I didn't
              notice that the site had gone down until I looked at the
              stylesheet I was using and realized why xsltproc was hanging.
              \_ Ah, that's different.  That's <?xml-stylesheet, which DOES
                 require that it be fetched.  You should definitely have a
                 local copy of those referenced.  --dbushong
Cache (290 bytes)
www.w3.org/2001/XInclude"
The URL path in your request doesn't match anything we have available. If you believe this is not the page you were trying to reach. Also check the capitalization and that you are using forward slashes ( / ). Please explain where you found the link and what information you are looking for.
Cache (864 bytes)
docbook.sourceforge.net
DocBook Wiki provides a comprehensive variety of up-to-date details about DocBook, including user-contributed information and links, in a format that you can edit and add to. DocBook FAQ is a a collation of a large number of Frequently Asked questions regarding Docbook. Most of the questions and answers have been culled from years of discussion on the docbook and docbook-apps mailing lists. The FAQ provides a wealth of practical guidance on real-world use of DocBook. DBLaTeX project is a separate project from the DocBook project. They provide a command-line dblatex tool that you can use as an alternative to generating and processing XSL-FO output from the DocBook Project FO stylesheets. dblatex is not yet complete, but it is in active development and is already mature enough to produce quality PDF output from a wide range of DocBook document instances.