| From | Sent On | Attachments |
|---|---|---|
| Elliotte Harold | Aug 9, 2006 7:20 am | |
| Elliotte Harold | Aug 9, 2006 12:01 pm | |
| Bob Stayton | Aug 9, 2006 4:01 pm | |
| Elliotte Harold | Aug 9, 2006 4:39 pm | |
| Bob Stayton | Aug 9, 2006 4:51 pm | |
| Elliotte Harold | Aug 9, 2006 4:54 pm | |
| Elliotte Harold | Aug 9, 2006 5:00 pm | |
| Bob Stayton | Aug 9, 2006 5:43 pm | |
| Elliotte Harold | Aug 10, 2006 3:21 am | |
| Camille Bégnis | Aug 10, 2006 7:25 am |
| Subject: | Re: [docbook] imagedata EMPTY | |
|---|---|---|
| From: | Elliotte Harold (elh...@metalab.unc.edu) | |
| Date: | Aug 9, 2006 4:54:04 pm | |
| List: | org.oasis-open.lists.docbook | |
Bob Stayton wrote:
Hi Elliotte, If that isn't a typo in your error example, then xmllint is saying the content of imagedata starts with "mageobject>" and contains an <imagedata> element? Normally xmllint's "got" message says what it found in the element.
I don't think that's it. xmllint is just showing what's a certain number of characters around the error point. Here's a complete document that still demonstrates the problem:
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN" "file:///opt/xml/docbook-5.0b7/dtd/docbook.dtd"> <book xmlns='http://docbook.org/ns/docbook' > <chapter> <para> <informalfigure floatstyle='right'> <mediaobject><textobject><phrase>The Java AWT Reference</phrase></textobject> <imageobject><imagedata fileref='awt.gif' width='107px' depth='140px'></imagedata></imageobject> </mediaobject></informalfigure></para> </chapter> </book>
-- Elliotte Rusty Harold elh...@metalab.unc.edu Java I/O 2nd Edition Just Published! http://www.cafeaulait.org/books/javaio2/ http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/





