| Current File : //usr/share/lib/sgml/locale/ja/entities/aap-shortref.gml |
<!--
Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
-->
<!-- Public entity for AAP short reference maps. Typical invocation:
<!ENTITY % srmaps PUBLIC "-//USA/AAP//SHORTREF SR-1//EN" > %srmaps;
NOTE: The entity "mdash" must be defined before invoking this one.
-->
<!ENTITY s..line STARTTAG "line">
<!ENTITY s..p STARTTAG "p" >
<!ENTITY s..q STARTTAG "q" >
<!ENTITY e..q ENDTAG "q" >
<!ENTITY s..li STARTTAG "li" >
<!ENTITY s..c STARTTAG "c" >
<!ENTITY s..row STARTTAG "row" >
<!ENTITY c..null CDATA "" >
<!ENTITY s..dt STARTTAG "dt" >
<!ENTITY s..dd STARTTAG "dd" >
<!SHORTREF bkmap
"&#RS;&#RE" s..p -- null record is paragraph start-tag --
"&#RS;B" c..null -- leading blanks are suppressed --
'"' s..q -- quotation is quote start-tag --
"--" mdash -- two hyphens is an em dash --
>
<!SHORTREF qmap
'"' e..q -- quotation is quote end-tag --
"--" mdash -- two hyphens is an em dash --
>
<!SHORTREF dlmap
"#" s..dt -- number sign is def term start-tag --
"|" s..dd -- vertical bar is def descr start-tag --
"&#RS;&#RE;" s..p -- null record is paragraph start-tag --
"&#RS;B" c..null -- leading blanks are suppressed --
'"' s..q -- quotation is quote start-tag --
"--" mdash -- two hyphens is an em dash --
>
<!SHORTREF listmap
"#" s..li -- number sign is list item start-tag --
"&#RS;&#RE;" s..p -- null record is paragraph start-tag --
"&#RS;B" c..null -- leading blanks are suppressed --
'"' s..q -- quotation is quote start-tag --
"--" mdash -- two hyphens is an em dash --
>
<!SHORTREF litmap
"&#RS;" s..line -- record start is line start-tag --
"--" mdash -- two hyphens is an em dash --
>
<!SHORTREF tblmap
"@" s..row -- commercial at is row start-tag --
"|" s..c -- vertical bar is tbl entry start-tag --
"&#RS;&#RE;" s..p -- null record is paragraph start-tag --
"&#RS;B" c..null -- leading blanks are suppressed --
'"' s..q -- quotation is quote start-tag --
"--" mdash -- two hyphens is an em dash --
>