Re: How to get xml tag in the xsl rule

Subject: Re: How to get xml tag in the xsl rule
From: Phil Lanch <phil@xxxxxxxxxxxxxxx>
Date: Tue, 29 Feb 2000 23:26:57 +0000
David Carlisle wrote:
> 
> > The name(.) prints out verbatim "name(.)" and not the tag name.
> 
> then you are not using a conforming XSL system. You didn't say which

in fact, it was a typo: when you suggested-

  <input type="text" name="name(.)" value="{.}"
  maxlength="50" size="50"></input>

-you meant-

  name="{name(.)}"

... a rare mistake.

-- 

cheers

phil

"I have remarked very clearly that I am often of one opinion
when I am lying down and of another when I am standing up ..."


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


Current Thread