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

Re: Can't make template match root element with schema

Subject: Re: Can't make template match root element with schema info
From: omprakash.v@xxxxxxxxxxxxx
Date: Wed, 16 Mar 2005 09:12:18 +0530
hr xml resume.xml
Hi Mr. Piez,
     To make it more clear,

I understand when you say

"Step 2 does nothing useful: it only adds a namespace declaration for a
prefix that
is never used there."

you only mean the prefix is not necessary. The "xmlns="
http://ns.hr-xml.org/2004-08-02" namespace specification itself is needed.

Cheers,
Omprakash.V








                                                                                                                     
                    Wendell Piez                                                                                     
                    <wapiez@mulberr        To:     xsl-list@xxxxxxxxxxxxxxxxxxxxxx                                   
                    ytech.com>             cc:     (bcc: omprakash.v/Polaris)                                        
                                           Subject:     Re:  Can't make template match root element with schema 
                    03/15/2005             info                                                                      
                    10:29 PM                                                                                         
                    Please respond                                                                                   
                    to xsl-list                                                                                      
                                                                                                                     
                                                                                                                     




At 10:46 PM 3/14/2005, it was written:
>You can get it to work by modifying your template thus:
>
><xsl:template match="hr:Resume">
></xsl:template>
>
>and adding a prefix 'hr' to the 'Resume' element in your xml as follows:
>
><Resume xml:lang="EN" xmlns:hr="http://ns.hr-xml.org/2004-08-02">
>
>Also, you would need to add the xmlns:hr namespace to your xslt file as
>well as follows:
>
><xsl:stylesheet version="1.0"   xmlns:xsl
>="http://www.w3.org/1999/XSL/Transform"
>xmlns:hr="http://ns.hr-xml.org/2004-08-02"
>xmlns:xs="http://www.w3.org/2001/XMLSchema" >

This is very helpful and quite correct, except in a couple of details.
Really, only steps 1 and 3 are necessary: add a namespace declaration to
your stylesheet that assigns a prefix to the namespace of the elements in
your source, which are already bound to the
"http://ns.hr-xml.org/2004-08-02" namespace -- which is why they don't
currently match -- (this is step 3 above), and then use the prefix whenever

you refer to elements in this namespace in your stylesheet (step 1). Step 2

does nothing useful: it only adds a namespace declaration for a prefix that

is never used there.

Also, strictly speaking the namespace declarations (the "xmlns" thingies)
aren't attributes, and shouldn't be called attributes even though they look

just like them. This is because although they are expressed as attributes
syntactically, they don't turn up as attributes in the data model.

Cheers,
Wendell


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================






This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

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.