[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

namespaces v. processing instructions for processorinvocation

  • From: Paul Schofield <atobenews@h...>
  • To: xml-dev@l...
  • Date: Thu, 27 Sep 2001 13:31:32 +0200

processing instructions xml dev
Hi,

I am implementing a (hopefully) flexible XML transformer that uses external
context information to define how the transform will work. At the heart of
the transformer is an XSLT processor, however the style sheets are hidden
and are defined by a sort of "meta" style sheet that is context aware.

Although the engine works I am in doubt about which is the best way to
define the meta file location from an XML file.

My first preference was to use namespaces -

<myxml xmlns="http://www.client.com/data"
             xmlns:meta="http://www.ourcompany.com/context-transform"
             meta:location="http://www.client.com/context-file.meta" >

  <stuff>bla bla</stuff>

</myxml>

As my processor "knows" what to do with elements and attributes in the
http://www.ourcompany.com/context-transform namespace it can processes the 
XML accordingly. I can also create other processors in the same way
creating a processing chain.

However XSLT uses a processing instruction to define the location, using
this model my data will be -

<?context-transform href="http://www.client.com/contextfile.meta" ?>
<myxml xmlns="http://www.client.com/data" >
  <stuff>bla bla</stuff>
</myxml

Which method, if any, is considered best practice, are there better methods?

If the namespace method is best why is XSLT implemented otherwise?

Regards
Paul Schofield


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.