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

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita-learningspec message

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


Subject: lcLom in topic prologs



Thanks, Scott.

I made a start on getting Scott's lom metadata into the learningDomain - go look here http://www.oasis-open.org/apps/org/workgroup/dita-learningspec/download.php/25447/learningsc_plugin.zip.

learningDomain.mod includes the lom elements, plus an lcLom to wrap them

learningDomain.ent includes <!ENTITY % learning-d-metadata "lcLom">

and the learningBase.dtd, learningOverview.dtd. learningPlan.dtd, learningContent,dtd, learningSummary.dtd, and learningAssessment.dtd include this -

<!ENTITY % metadata    "metadata  | %learning-d-metadata;">

This makes lcLom available within the topic prologs.

I used "metadata" here, because that's *only* contained in the prolog.

The testlearningOverview.dita sample topic uses lcLom.

We'll need to figure out how to do this for the map domain, too.

For some reason I had trouble with lomTechRequirement, so have left it out of the learningDomain.mod for now.

John


<!ELEMENT lomTechRequirement       (#PCDATA)*                                   >
<!ATTLIST lomTechRequirement
             %data-element-atts;
             type      (Operating System|Browser)        #REQUIRED
             name      (PC-DOS
             | MS- Windows
             | MacOS
             | Unix
             | Multi-OS
             | Other
             | None
             |Any
             | Netscape Communicator
             | Microsoft Internet Explorer
             | Opera)        #REQUIRED
             minimumversion         #REQUIRED
             maximumversion        #REQUIRED>


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