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

RE: Match prefix

Subject: RE: Match prefix
From: "Victor Weike Xin (Houston)" <Weike.Xin@xxxxxxxxxxxxxx>
Date: Thu, 30 Aug 2001 15:42:43 -0400
houston prefixes
Thanks for your responce.
The problem was found just as you said.
The problem is that Project namespace prefix is not defined/refered to
either in the dtd or in the xml file.
Thanks

Victor


-----Original Message-----
From: DuCharme, Bob (LNG) [mailto:bob.ducharme@xxxxxxxxxxxxxx]
Sent: Thursday, August 30, 2001 11:59 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE:  Match prefix


>How Can I match the Elements with prefix(e.g. Project:InvoiceNum) which are
>in xml file?
>if I use <xsl:value-of select="Project:InvoiceNum" /> in my xsl,  It
returns
>null value.

A prefix is an abbreviation that makes it easier to refer to a namespace. If
an XML document starts like this

  <whatever xmlns:blue="http://www.snee.com/namespace1"
            xmlns:red="http://www.snee.com/namespace1">

then an XML processor should treat <blue:foo/> and <red:foo/> within that
whatever element the same way, because they're both foo elements from the
same namespace. So, it's not about matching elements with prefixes, but
about matching elements from particular namespaces.

There's more on this at http://www.xml.com/pub/a/2001/05/02/trxml.html, an
XML.com column I did on the topic (which is also an excerpt from my book).

Bob DuCharme            www.snee.com/bob             <bob@  
snee.com>      see http://www.snee.com/bob/xsltquickly for
info on new book "XSLT Quickly" from Manning Publications.

 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.