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

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita message

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


Subject: Re: [dita] revised chunking proposal



I think that these are typos:

> Given mydoc.dita:
> <dita>
> <topic id="A"/>
> <topic id="B">
> <topic id="B1">
>   <topic id="B1a"/>
> </topic>
> <topic id="B2"/>
> </topic>
> <topic id="C">
> <topic id="C1"/>
> </topic>
> </dita>
>
> map1.ditamap:
> <topicref href=""a.dita"" chunk="to-content">
>       <topicref href=""mydoc.dita#B1"" chunk="select-topic"/>
> </topicref>
>
> produces a.dita with topic B nested in it

Instead of B, should be B1.
 
> map2.ditamap:
> <topicref href=""a.dita"" chunk="to-content">
>       <topicref href=""mydoc.dita#B1" chunk="select-branch"/>
> </topicref>
>
> produces a.dita with topic B nested, and B1 further nested.

Instead of B, should be B1; instead of B1, should be B1a.
 

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