[Home] [By Thread] [By Date] [Recent Entries]
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...
|

Cart



