[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: what am I missing?

Subject: Re: what am I missing?
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 11 May 2001 16:48:01 -0600 (MDT)
Re:  what am I  missing?
Carlton Noles wrote:
> <?xml-stylesheet type="text/xsl" href="addhead.xsl"?>
> [...]
> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/xsl/transform">

Let me guess. You are using IE5 and you have not downloaded and installed
MSXML3 in replace mode. The old version of MSXML is not an XSLT 1.0
processor.

Go to http://www.netcrucible.com/ and read the MSXML FAQ. This comes up
EVERY DAY on this list. Or at least, it seems like it. We all have very
short fuses on this topic.

Also get the tools for viewing XSLT output in IE, so you can see the actual
output (HTML or whatever) that is being generated, since "View Source" shows
you only the original XML.

> <xsl:param name="LName" select="''" />

This is more verbose than necessary. A parameter defaults to an empty string
if some other value isn't provided. <xsl:param name="LName"/> would have the
same effect.

   - Mike
_____________________________________________________________________________
mike j. brown, software engineer at  |  xml/xslt: http://skew.org/xml/
webb.net in denver, colorado, USA    |  personal: http://hyperreal.org/~mike/

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.