[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Examplotron...
- From: Gavin Thomas Nicol <gtn@ebt.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 27 Mar 2001 08:56:08 -0500
Something had been nagging at the back of my mind
for a while about Examplotron... and I finally placed
it. Back in the =very= early days of XSL, one proposal
was to use match patterns in a "query by example" style.
They looked something like this (from somewhat faulty
memory):
<xsl:rule>
<xsl:pattern>
<doc>
<chapter>
<section>
<title/>
</section>
</chapter>
</doc>
</xsl:pattern>
<xsl:template>
...
</xsl:template>
</xsl:rule>
Just FYI...