This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Structured metadata within XSLT?


The metadata should be ignored by the XSLT processor - I don't want it
emitted into the output stream whenever the template is run.  Finding a way
to express metadata is easy - it's finding one which is coherent with XSLT
that's hard.

-Ed

-----Original Message-----
From: Francis Norton [mailto:francis@redrice.com]
Sent: Monday, November 13, 2000 12:51 PM
To: xsl-list@mulberrytech.com
Subject: Re: Structured metadata within XSLT?

Ed Staub wrote:
> 
> 
> AFAIK, the only "official" mechanism for including metadata in a
stylesheet
> is
>         <!-- comment -->
> This obviously doesn't support XML-based structure within it.
> 
Try RDF - see http://www.w3.org/RDF/ - as the official W3C metadata
language.

As I understand it RDF allows you to create and embed metadata as a
structure of resource-property-value links, where in this case the
resources could be XSLT stylesheets and templates, the properties could
be parameter and return types, and the values XML Schemas and simple
types.

Assuming that this is powerful enought to describe your required info,
the permitted and "understood" links could then be formalised using the
related RDF Schema technology.

Francis.
-- 
Francis Norton.

why not?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]