Re: [xsl] Hello World

Subject: Re: [xsl] Hello World
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 19 Jun 2002 11:43:24 -0400
Another candidate along lines not too dissimilar:

<xsl:stylesheet version="1.0"
              xmlns:xsl="http://www.w3.org/1999/XSL/Transform"/>

(Of course depending on your source you might not get "Hello World".)

Cheers,
Wendell

At 10:42 AM 6/19/2002, David wrote:

> What would be the simplest possible XSL "Hello World" that
> eliminates as many possible sources of failure as possible?

probably this is the smallest hello world stylesheet:

<html xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xsl:version="1.0">Hello World</html>


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread