[Home] [By Thread] [By Date] [Recent Entries]

  • From: Gavin Thomas Nicol <gtn@e...>
  • To: xml-dev@l...
  • 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...


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member