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

RE: FW: match="/"

Subject: RE: FW: match="/"
From: "Lopez, William" <william.lopez@xxxxxxx>
Date: Mon, 6 Jan 2003 14:11:11 -0600
william lopez
Ah, great! Thank you.

-----Original Message-----
From: Joerg Heinicke [mailto:joerg.heinicke@xxxxxx]
Sent: Monday, January 06, 2003 1:43 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  FW: match="/"


Hello William,

there is a difference between the root node and the root element. Change 
the match pattern to "/*" and it will work.

Regards,

Joerg

Lopez, William wrote:
> Resending as plain text...
> 
> -----Original Message-----
> From: Lopez, William 
> Sent: Monday, January 06, 2003 10:08 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: match="/"
> 
> 
> Hello:
> 
> I thought that match="/" was a match on the root node. I cannot retrieve
the
> value of an attribute from the root node by using an AVT (without
specifying
> the root node). What I'm missing? XML & XSL snippets below.
> 
> Thanks,
> 
> XML:
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <!DOCTYPE WorkGroupMaint SYSTEM "../dtd/workassignmentworkgroupmaint.dtd">
> <?xml-stylesheet type="text/xsl" href="../xsl/workassignmentmaint.xsl" ?>
> <WorkGroupMaint entryMode="VIEW" screenID="WORKGROUPMAINT" userID="XXXXXX"
> servletPath="../WorkGroupMaintServlet" fieldError="" updateComplete=""
> duplicateItem="" isDirty="">
>   <BusinessUnitRef oid="0:0:0:1" name="BU01">
> ...
> 
> XSL:
> <?xml version='1.0'?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:variable name="servletPath" select="WorkGroupMaint/@servletPath"/>
> <xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.0 Strict//EN"
> indent="yes"/>
> <xsl:template match="/">
>   <html>
>     <head>
>       <title>Work Assignment Maintenance- Work Group</title>
>       <link rel="stylesheet" type="text/css" href="../css/wt_view.css"/>
>     </head>
>     <body onload="document.frmWorkTypeView.btnInquire.focus();">
>     <input type="hidden" name="hfEntryMode"
> value="{WorkGroupMaint/@entryMode}"/>  <-- Works
>     <input type="hidden" name="hfScreenID" value="{@screenID}"/> <--
Doesn't
> work
>     ...
> 
> Will Lopez
> EDS - Health & Insurance Application Solution Centre
> MS C3-1C-37
> 5400 Legacy Drive
> Plano, TX 75024 
> ( phone: +01-972-604-3372 (834-3372)
> /  william.lopez@xxxxxxx
> 8 www.eds.com 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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

 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.