Next in thread → Next in month →

Re: recursive entity resolution - how to just print the whole tree?

From
Alan Ezust <>
Date
2005-12-28T01:38:59+00:00
ID
Thread
Re: recursive entity resolution - how to just print the whole tree?
ah, you can disregard this post.
The problem was my missing
<?xml bla bla ?>
at the top of the line, which prevented xmllint from printing anything.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

On 12/27/05, Alan Ezust <> wrote:
>
> <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
>   <!ENTITY % contents SYSTEM "00-generatedEntities.dtd">
>   %contents;
> ]> <set root="true">
>
> &html.allcontent.docbook;
>
> </set>
>
Next in thread → Next in month →