Attributes with Intent (and namespaces)

MURATA Makoto murata at apsdc.ksp.fujixerox.co.jp
Tue Jul 7 04:08:34 BST 1998


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 at apsdc.ksp.fujixerox.co.jp

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




More information about the Xml-dev mailing list