Next in thread → Next in month →

Re: [xml-dev] XML documents get richer and richer the more XSLT rules that process it

From
Simon St.Laurent <>
To
"Costello, Roger L." <>
Date
2010-05-19T13:35:28Z
ID
<>
Thread
Re: [xml-dev] XML documents get richer and richer the more XSLT rules that process it
On 5/18/10 7:15 PM, Costello, Roger L. wrote:
> Recap: the initial XML input into the XSLT program is small. A rule
> for the Gun serial element fires and adds Person data to the XML
> input document. This causes a rule for the Person name element to
> fire, which adds driver's license data to the XML input document.
> This causes a rule for driver's license element to fire, which
> recognizes that the speeder is the robber; the rule outputs an XML
> document that alerts the police about the person he has pulled over.

This seems to me like a better fit for the open graph models of RDF and 
related technologies than for the more constrained trees of XML.

That would support a lot more flexibility in the interactions of rules 
and data and reduce potential duplication of information, not to mention 
allow the use of schema models that are likely better able to represent 
these structures.

It can be done in XML, yes - but I'm not sure that it's the best way.

-- 
Simon St.Laurent
http://simonstl.com/
Next in thread → Next in month →