OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] html2docbook: issue with <h2/>


Here is what I did:

  wget http://www.dbdoclet.org/archives/herold_5.2.2.jar
  jar xvf herold_5.2.2.jar
  rm ./scripts/table.groovy
  rm herold_5.2.2.jar
  jar cvf herold_5.2.3.jar fonts groovy groovyjarjarantlr
groovyjarjarasm groovyjarjarcommonscli images META-INF org scripts
  java -jar herold_5.2.3.jar -i t.xhtml -o o.xml
Failed to load Main-Class manifest attribute from
herold_5.2.3.jar

What am I missing ?

Thanks

On Wed, Feb 10, 2010 at 12:48 PM, Michael Fuchs <mlist@dbdoclet.org> wrote:
> Hello Mathieu,
>
> this is a bug in herold, because I build in a test groovy script by
> mistake. If you remove it from the jar file (/scripts/table.groovy)
> everything should work. I will release a fixed version with full support
> for customization via groovy and accompanying documents as soon as
> possible.
>
> Regards
> Michael
>
> Am Mittwoch, den 10.02.2010, 10:25 +0100 schrieb Mathieu Malaterre:
>> On Thu, Jan 28, 2010 at 9:43 AM, Michael Fuchs <mlist@dbdoclet.org> wrote:
>> > Hello Mathieu,
>> >
>> > herold produces DocBook5, which has no ulink element at all. Therefore
>> > the linking is based on xlink.
>>
>> Thanks !
>>
>> BTW I found out herold does not support <table/>
>>
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>>     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
>> <html xmlns="http://www.w3.org/1999/xhtml";>
>> <head>
>> <title>t</title>
>> </head>
>> <body>
>> <table border="0" cellspacing="0" cellpadding="0" width="800">
>> <tr>
>> <td>
>> hello
>> </td>
>> </tr>
>> </table>
>> </body>
>> </html>
>>
>>
>> leads to:
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <article version="1.0" xmlns="http://docbook.org/ns/docbook";
>> xmlns:xl="http://www.w3.org/1999/xlink";>
>>   <info>
>>     <title>t</title>
>>   </info>
>>   <row>
>>     <entry><para> hello </para></entry>
>>   </row>
>> </article>
>>
>> I am forwarding that to the dbdoclet mailing list...oh well
>>
>>
>
>
>



-- 
Mathieu


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]