Next in thread → Next in month →

Re: [dita] revised chunking proposal

From
<>
Date
2007-01-30T21:44:46+00:00
ID
Thread
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.
Next in thread → Next in month →