OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Examplotron...



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...