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>
In comparison to the following:
(b) non-namespace aware for element: <para>
<rule>
<target-element type='para'/>
<paragraph
space-before='10pt'>
<children/>
</paragraph>
</rule>
(c) architecture aware for element (either explicit or through DTD): <para
archtype="mypara">
<rule>
<target-element type='mypara'/>
<paragraph
space-before='10pt'>
<children/>
</paragraph>
</rule>
......... Ken
-- G. Ken Holman mailto:gkholman@CanadaMail.com Crane Softwrights Ltd. http://www.CraneSoftwrights.com Box 266, V: +1(613)489-0999 Kars, Ontario CANADA K0A-2E0 F: +1(613)489-0995 Training: http://www.CraneSoftwrights.com/schedule.htm Resources: http://www.CraneSoftwrights.com/resources/ Shareware: http://www.CraneSoftwrights.com/shareware/