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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Attributes with Intent (and namespaces)

[ Lists Home | Date Index | Thread Index ]
  • From: MURATA Makoto <murata@apsdc.ksp.fujixerox.co.jp>
  • To: "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
  • Date: Tue, 07 Jul 1998 11:11:11 +0900

G. Ken Holman wrote:
> When I write my stylesheets, then, will I have to write the following?
> 
> (a) namespace aware for element:  <mycompany:para>
> 
> <rule>
>     <target-element type='www.company.com/para'/>
>     <paragraph
>         space-before='10pt'>
>         <children/>
>     </paragraph>
> </rule>

Since I am not a member of the XSL working group, I have not seen 
the working draft of DSSSL.  But I believe that this is basically 
the right way to go.  

We probably need some syntax sugar.  I would like to introduce some 
constructs such as this:

<rules-for-namespace  ns="http://www.company.com">
   <!-- Bunch of rules for this namespace here.  Names do not have to 
   be qualified.  They are all assumed to belong to this namespace.  -->  
</rules-for-namespace>


I might even want to reference to an external stylesheet.  For example:

	<rules-for-namespace
		ns="http://www.company.com"
		style="http://www.company.com/mcomapny.xsl" />
	<!-- rules in the referenced stylesheet are assumed to apply 
	to this namespace -->


By doing so, many stylesheets can reuse a set of rules designed for a 
single namespace.   I think that this is in the spirit of the namespace 
extension.

(I have to admit that tables are harder if columns and text elements belong 
to different namespaces.)

Makoto
 
Fuji Xerox Information Systems
 
Tel: +81-44-812-7230   Fax: +81-44-812-7231
E-mail: murata@apsdc.ksp.fujixerox.co.jp

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS