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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: about annotations


Hi,

 

I follow the annotation sample below:

 

<article xmlns='http://docbook.org/ns/docbook'>

<title>Example of an annotation</title>

 

<annotation xml:id="note-parts-list">

  <para>This list is not comprehensive.</para>

</annotation>

 

<para annotations="note-parts-list">

  An automobile contains an engine,

  wheels, doors, and windows.

</para>

 

</article>

 

But the result turns out to be:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><script type="text/javascript" src="http://docbook.sourceforge.net/release/script/AnchorPosition.js"></script><script type="text/javascript" src="http://docbook.sourceforge.net/release/script/PopupWindow.js"></script><script type="text/javascript">
// Create PopupWindow objects
var popup_id1366469 = new PopupWindow("popup-id1366469");
popup_id1366469.offsetY = 15;
popup_id1366469.autoHide();
</script><style type="text/css">
/* ======================================================================
   Annotations
*/
 
div.annotation-list  { visibility: hidden;
                     }
 
div.annotation-nocss { position: absolute;
                       visibility: hidden;
                     }
 
div.annotation-popup { position: absolute;
                       z-index: 4;
                       visibility: hidden;
                       padding: 0px;
                       margin: 2px;
                       border-style: solid;
                       border-width: 1px;
                       width: 200px;
                      background-color: white;
                     }
 
div.annotation-title { padding: 1px;
                       font-weight: bold;
                       border-bottom-style: solid;
                       border-bottom-width: 1px;
                      color: white;
                      background-color: black;
                     }
 
div.annotation-body  { padding: 2px;
                     }
 
div.annotation-body p { margin-top: 0px;
                        padding-top: 0px;
                      }
 
div.annotation-close { position: absolute;
                       top: 2px;
                       right: 2px;
                     }
</style><title>Example of an annotation</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1" /></head><body><div class="article" title="Example of an annotation"><div class="titlepage"><div><div><h2 class="title"><a id="id1366271"></a>Example of an annotation</h2></div></div><hr /></div><p>
    An automobile contains an engine,
      wheels, doors, and windows.
  </p><div class="annotation-list"><div class="annotation-nocss"><p>The following annotations are from this essay. You are seeing
        them here because your browser doesn’t support the user-interface
        techniques used to make them appear as ‘popups’ on modern browsers.</p></div><div class="annotation-nocss"><p><a id="annot-id1366469"></a>Annotation #1:</p></div><div id="popup-id1366469" class="annotation-popup"><div class="annotation-title">annotation</div><div class="annotation-body"><p>This list is not comprehensive.</p></div><div class="annotation-close"><a href="#" onclick="popup_id1366469.hidePopup();return false;" class="annotation"><img src="&#10;http://docbook.sourceforge.net/release/images/annot-close.png" alt="X" border="0" /></a></div></div></div></div></body></html>

 

What’s is the problem of saying  “your browser doesn’t support the user-interface”? Thanks in advance.

 

Regards,

 

Hake



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