Prototyping One-to-many Links with XSLT

Another JavaScript for hypertext trick from Bob DuCharme: this one uses an XSLT style sheet to convert a document with one-to-many hypertext links:

<multilink id="l001" type="foo">

    <title>Foo documentation:</title>

    <indicator> using XML Foo </indicator>

    <linkend title="XML Foo homepage"

             URI="http://www.example.org/xml/foo"/>

    <linkend title="XML Foo tutorial"

             URI="http://www.example.org/xml/foo/tutorial"/>

    <linkend title="XML Foo syntax"

             URI="http://www.example.rog/xml/foo/syntax"/>

  </multilink>

Into an HTML document that uses JavaScript to represent the multiple link targets.

I could had sworn I’d linked the earlier version of this mentioned on the XML-Hypertext list.

Possibly Related posts (machine generated):

  1. Some JavaScript Links
  2. Consecutive Links
  3. 1999 Again: List of Links v. Online Journal and Weblog Structure
  4. Mozilla XPath Documentation
  5. Hypertext 04