This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to get xml tag in the xsl rule


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]