This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DocBook RFE: Adding NS attribute do SGMLTAG


Hi,

I just submited new RFE:

https://sourceforge.net/tracker/index.php?func=detail&aid=705885&group_id=21935&atid=384107

any comments are welcome. For your comfort I'm placing RFE inline into
this message.

I propose adding optional ns attribute to sgmltag. This 
attribute will be used for holding namespace of element 
or attribute marked up by sgmltag. This can be useful if 
you are describing some document types or applications 
which use many different namespaces and you want to 
distinguish between them when generating indexes of 
used elements and attributes. This is case e.g. for SOAP 
messages, WSDL interface definitions and even for 
vocabularies like XSLT. 

Examples of usage: 

You can import another stylesheet by using <sgmltag
ns="http://www.w3.org/1999/XSL/Transform";>import</sgmltag> instruction. 

Target of link is specified by global attribute <sgmltag
ns="http://www.w3.org/1999/xlink"; class="attribute">href</sgmltag> which
must be in XLink namespace. 

Definition: 

<!ATTLIST sgmltag 
          ns CDATA #IMPLIED> 

TDG should constrain content of ns attribute to any legal 
URI. 

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka at kosek dot cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]