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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: 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@kosek.cz
  http://www.kosek.cz



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