8142972d87
effect is to move away from DocBook SGML and DJ Delorie's doctool and toward pure DocBook XSL. (There remains just one use of doctool, and we have plans for replacing it, too.) See ChangeLog for details.
17 lines
505 B
XML
17 lines
505 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
|
|
<book id="cygwin-ug-net" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<bookinfo>
|
|
<date>2009-03-18</date>
|
|
<title>Cygwin User's Guide</title>
|
|
<xi:include href="legal.xml"/>
|
|
</bookinfo>
|
|
|
|
<xi:include href="overview.xml"/>
|
|
<xi:include href="setup-net.xml"/>
|
|
<xi:include href="using.xml"/>
|
|
<xi:include href="programming.xml"/>
|
|
</book>
|