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-comment] <ditavalref> should be allowed in <mapref>


Hi, Stefan.

 

Chris Papademetrious asked the same question back in March 2022: https://lists.oasis-open.org/archives/dita-comment/202203/msg00000.html

 

Here is the response from the DITA TC via Robert Anderson: https://lists.oasis-open.org/archives/dita-comment/202204/msg00000.html  

 

Best,

Kris

 

Kristen James Eberlein
Chair, OASIS DITA Technical Committee
Owner, Eberlein Consulting LLC
kris@eberleinconsulting.com

Skype: kriseberlein; voice: +1 (919) 622-1501

 

From: stefan.eike@mailbox.org <stefan.eike@mailbox.org>
Sent: Wednesday, November 9, 2022 1:49 PM
To: dita-comment@lists.oasis-open.org
Subject: [dita-comment] <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>

-- This publicly archived list offers a means to provide input to the OASIS Darwin Information Typing Architecture (DITA) TC. In order to verify user consent to the Feedback License terms and to minimize spam in the list archive, subscription is required before posting. Subscribe: dita-comment-subscribe@lists.oasis-open.org Unsubscribe: dita-comment-unsubscribe@lists.oasis-open.org List help: dita-comment-help@lists.oasis-open.org List archive: http://lists.oasis-open.org/archives/dita-comment/ Feedback License: http://www.oasis-open.org/who/ipr/feedback_license.pdf List Guidelines: http://www.oasis-open.org/maillists/guidelines.php Committee: http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=dita Join OASIS: http://www.oasis-open.org/join/



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