Ignore:
Timestamp:
Apr 23, 2011, 9:34:00 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
df3bd25
Parents:
f59c2ec
Message:

Update the schema and stylesheet to have both a note and a warning box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/schema/clfs/0.1/rng/clfs.rnc

    rf59c2ec rbabec4b  
    9191    clfs.attrib.bits,
    9292    clfs.attrib.multilib,
    93     clfs.package.para*
     93    (clfs.package.para | clfs.package.command)*
     94  }
     95 
     96clfs.package.warning =
     97  element c:note {
     98    clfs.attrib.arch,
     99    clfs.attrib.bits,
     100    clfs.attrib.multilib,
     101    (clfs.package.para | clfs.package.command)*
    94102  }
    95103
     
    123131      (clfs.package.para |
    124132       clfs.package.command |
    125        clfs.package.note)+
     133       clfs.package.note |
     134       clfs.package.warning)+
    126135    }+,
    127136   
Note: See TracChangeset for help on using the changeset viewer.