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

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita-comment message

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


Subject: <ditavalref> should be allowed in <mapref>


Hello DITA TC,
 
I do not know if this is a bug and if this has already been reported and/or fixed. IMHO a <ditavalref> should also be allowed in <mapref> elements.
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
    <title/>

    <!-- This is allowed -->
    <topicref href="foo.ditamap" format="ditamap">
        <ditavalref href="bar.ditaval"/>        
    </topicref>

    <!-- This is not allowed -->
    <mapref href="foo.ditamap">
        <ditavalref href="bar.ditaval"/>        
    </mapref>
</map>


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