atom feed10 messages in org.oasis-open.lists.docbookRe: [docbook] imagedata EMPTY
FromSent OnAttachments
Elliotte HaroldAug 9, 2006 7:20 am 
Elliotte HaroldAug 9, 2006 12:01 pm 
Bob StaytonAug 9, 2006 4:01 pm 
Elliotte HaroldAug 9, 2006 4:39 pm 
Bob StaytonAug 9, 2006 4:51 pm 
Elliotte HaroldAug 9, 2006 4:54 pm 
Elliotte HaroldAug 9, 2006 5:00 pm 
Bob StaytonAug 9, 2006 5:43 pm 
Elliotte HaroldAug 10, 2006 3:21 am 
Camille BégnisAug 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>