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]
Other format: [Raw text]

RE: Confused about "/.." pattern


Hi Paul,

you're completely right, "/.." is the parent of the root, which doesn't make
sense, ie it's always empty. That's why people use it to set up parameters
that are empty by default

<xsl:param name="initiallyBlank" select="/.."/>

I've never tried using select="" having always followed sheep-like in the
paths of wiser people, so I don't know what it would do.

Regards,
Tom Weissmann

-----Original Message-----
From: paul morgan [mailto:pmorg@lycos.com]
Sent: 16 May 2002 16:17
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] Confused about "/.." pattern


I'm a little confused about the interpretation of the pattern, "/.."  My
feeble knowledge of XSLT would parse this as the parent of the root, but
that doesn't make any sense to me.  Any help on what I'm missing would be
appreciated.

Thanks,

Paul


________________________________________________________
Outgrown your current e-mail service?
Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL PLUS.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus

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

 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]