You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Nguyen Anh Tu <ng...@gmail.com> on 2013/07/27 18:16:22 UTC

[GSOC][Urgent] Build docbook failed

Hi guys,

I build my GSoC mid-term review and get an error here:

Validation failed:
CloudStack_GSoC_Guide.xml:67: validity error : Element itemizedlist content
does not follow the DTD, expecting (blockinfo? , (title , titleabbrev?)? ,
(caution | important | note | tip | warning | literallayout |
programlisting | programlistingco | screen | screenco | screenshot |
synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis |
constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara |
para | simpara | address | blockquote | graphic | graphicco | mediaobject |
mediaobjectco | informalequation | informalexample | informalfigure |
informaltable | anchor | bridgehead | remark | highlights | abstract |
authorblurb | epigraph | indexterm | beginpage)* , listitem+), got
(listitem mediaobject listitem mediaobject )

Sound like I use <itemizedlist> in wrong way. But I don't know what exactly
causes the error.

Urgent. Anyone can help? Thank so much!

-- 

N.g.U.y.e.N.A.n.H.t.U

Re: [GSOC][Urgent] Build docbook failed

Posted by Nguyen Anh Tu <ng...@gmail.com>.
Yeah it worked. Thanks Shiva!


2013/7/28 Shiva Teja <sh...@gmail.com>

> Change the itemizedlist in the id="Spring" to this
>
>     <itemizedlist>
>         <listitem>
>             <para>components are declared as beans in componentcontext.xml
> and applicationcontext.xml</para>
>             <mediaobject>
>                 <imageobject>
>                     <imagedata fileref="./images/bean.png" />
>                 </imageobject>
>                 <textobject><phrase>bean.png: Bean
> declaration.</phrase></textobject>
>             </mediaobject>
>         </listitem>
>         <listitem>
>             <para>components are marked with @Component annotation</para>
>             <mediaobject>
>                 <imageobject>
>                     <imagedata fileref="./images/component.png" />
>                 </imageobject>
>                 <textobject><phrase>component.png: Component
> declaration.</phrase></textobject>
>             </mediaobject>
>         </listitem>
>     </itemizedlist>
>
> It is working.
>
>
> On Sat, Jul 27, 2013 at 10:25 PM, Nguyen Anh Tu <ng...@gmail.com> wrote:
>
>> Hi Shiva, I send to you my report. Please try build it.
>>
>> Thanks
>>
>>
>> 2013/7/27 Shiva Teja <sh...@gmail.com>
>>
>>> Oops,
>>>
>>> *paste it somewhere
>>>
>>>
>>> On Sat, Jul 27, 2013 at 10:06 PM, Shiva Teja <sh...@gmail.com>
>>> wrote:
>>>
>>> > Hi,
>>> >
>>> > Can you send the paste it somewhere and give a link? I can try.
>>> >
>>> >
>>> > On Sat, Jul 27, 2013 at 9:46 PM, Nguyen Anh Tu <ng...@gmail.com>
>>> wrote:
>>> >
>>> >> Hi guys,
>>> >>
>>> >> I build my GSoC mid-term review and get an error here:
>>> >>
>>> >> Validation failed:
>>> >> CloudStack_GSoC_Guide.xml:67: validity error : Element itemizedlist
>>> >> content
>>> >> does not follow the DTD, expecting (blockinfo? , (title ,
>>> titleabbrev?)? ,
>>> >> (caution | important | note | tip | warning | literallayout |
>>> >> programlisting | programlistingco | screen | screenco | screenshot |
>>> >> synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis
>>> |
>>> >> constructorsynopsis | destructorsynopsis | methodsynopsis |
>>> formalpara |
>>> >> para | simpara | address | blockquote | graphic | graphicco |
>>> mediaobject
>>> >> |
>>> >> mediaobjectco | informalequation | informalexample | informalfigure |
>>> >> informaltable | anchor | bridgehead | remark | highlights | abstract |
>>> >> authorblurb | epigraph | indexterm | beginpage)* , listitem+), got
>>> >> (listitem mediaobject listitem mediaobject )
>>> >>
>>> >> Sound like I use <itemizedlist> in wrong way. But I don't know what
>>> >> exactly
>>> >> causes the error.
>>> >>
>>> >> Urgent. Anyone can help? Thank so much!
>>> >>
>>> >> --
>>> >>
>>> >> N.g.U.y.e.N.A.n.H.t.U
>>> >>
>>> >
>>> >
>>>
>>
>>
>>
>> --
>>
>> N.g.U.y.e.N.A.n.H.t.U
>>
>
>


-- 

N.g.U.y.e.N.A.n.H.t.U

Re: [GSOC][Urgent] Build docbook failed

Posted by Nguyen Anh Tu <ng...@gmail.com>.
Hi Shiva, I send to you my report. Please try build it.

Thanks


2013/7/27 Shiva Teja <sh...@gmail.com>

> Oops,
>
> *paste it somewhere
>
>
> On Sat, Jul 27, 2013 at 10:06 PM, Shiva Teja <sh...@gmail.com> wrote:
>
> > Hi,
> >
> > Can you send the paste it somewhere and give a link? I can try.
> >
> >
> > On Sat, Jul 27, 2013 at 9:46 PM, Nguyen Anh Tu <ng...@gmail.com>
> wrote:
> >
> >> Hi guys,
> >>
> >> I build my GSoC mid-term review and get an error here:
> >>
> >> Validation failed:
> >> CloudStack_GSoC_Guide.xml:67: validity error : Element itemizedlist
> >> content
> >> does not follow the DTD, expecting (blockinfo? , (title ,
> titleabbrev?)? ,
> >> (caution | important | note | tip | warning | literallayout |
> >> programlisting | programlistingco | screen | screenco | screenshot |
> >> synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis |
> >> constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara |
> >> para | simpara | address | blockquote | graphic | graphicco |
> mediaobject
> >> |
> >> mediaobjectco | informalequation | informalexample | informalfigure |
> >> informaltable | anchor | bridgehead | remark | highlights | abstract |
> >> authorblurb | epigraph | indexterm | beginpage)* , listitem+), got
> >> (listitem mediaobject listitem mediaobject )
> >>
> >> Sound like I use <itemizedlist> in wrong way. But I don't know what
> >> exactly
> >> causes the error.
> >>
> >> Urgent. Anyone can help? Thank so much!
> >>
> >> --
> >>
> >> N.g.U.y.e.N.A.n.H.t.U
> >>
> >
> >
>



-- 

N.g.U.y.e.N.A.n.H.t.U

Re: [GSOC][Urgent] Build docbook failed

Posted by Shiva Teja <sh...@gmail.com>.
Oops,

*paste it somewhere


On Sat, Jul 27, 2013 at 10:06 PM, Shiva Teja <sh...@gmail.com> wrote:

> Hi,
>
> Can you send the paste it somewhere and give a link? I can try.
>
>
> On Sat, Jul 27, 2013 at 9:46 PM, Nguyen Anh Tu <ng...@gmail.com> wrote:
>
>> Hi guys,
>>
>> I build my GSoC mid-term review and get an error here:
>>
>> Validation failed:
>> CloudStack_GSoC_Guide.xml:67: validity error : Element itemizedlist
>> content
>> does not follow the DTD, expecting (blockinfo? , (title , titleabbrev?)? ,
>> (caution | important | note | tip | warning | literallayout |
>> programlisting | programlistingco | screen | screenco | screenshot |
>> synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis |
>> constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara |
>> para | simpara | address | blockquote | graphic | graphicco | mediaobject
>> |
>> mediaobjectco | informalequation | informalexample | informalfigure |
>> informaltable | anchor | bridgehead | remark | highlights | abstract |
>> authorblurb | epigraph | indexterm | beginpage)* , listitem+), got
>> (listitem mediaobject listitem mediaobject )
>>
>> Sound like I use <itemizedlist> in wrong way. But I don't know what
>> exactly
>> causes the error.
>>
>> Urgent. Anyone can help? Thank so much!
>>
>> --
>>
>> N.g.U.y.e.N.A.n.H.t.U
>>
>
>

Re: [GSOC][Urgent] Build docbook failed

Posted by Shiva Teja <sh...@gmail.com>.
Hi,

Can you send the paste it somewhere and give a link? I can try.


On Sat, Jul 27, 2013 at 9:46 PM, Nguyen Anh Tu <ng...@gmail.com> wrote:

> Hi guys,
>
> I build my GSoC mid-term review and get an error here:
>
> Validation failed:
> CloudStack_GSoC_Guide.xml:67: validity error : Element itemizedlist content
> does not follow the DTD, expecting (blockinfo? , (title , titleabbrev?)? ,
> (caution | important | note | tip | warning | literallayout |
> programlisting | programlistingco | screen | screenco | screenshot |
> synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis |
> constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara |
> para | simpara | address | blockquote | graphic | graphicco | mediaobject |
> mediaobjectco | informalequation | informalexample | informalfigure |
> informaltable | anchor | bridgehead | remark | highlights | abstract |
> authorblurb | epigraph | indexterm | beginpage)* , listitem+), got
> (listitem mediaobject listitem mediaobject )
>
> Sound like I use <itemizedlist> in wrong way. But I don't know what exactly
> causes the error.
>
> Urgent. Anyone can help? Thank so much!
>
> --
>
> N.g.U.y.e.N.A.n.H.t.U
>