xsl-list
[Top] [All Lists]

Re: xmlns (flawed XML?) (edited)

2004-06-02 10:16:29
Hi Mike,

At 01:03 PM 6/2/2004, you wrote:
I added the s: and the correct namespace to the stylesheet.
  xmlns:s="http://www.loc.gov/MARC21/slim";

<xsl:apply-templates select="//s:leader" mode="get_records"/>

Everything ran fine.

I thought the namespace was 'marc:'.

No, "marc" may be the prefix assigned the namespace in some document; but namespace prefixes can be switched, as long as they resolve to the same URI.

This is a feature: the whole idea of namespaces is to allow us to avoid name collisions. If "marc" were wired to a tagset for MARC (the cataloging rules) what would MARC the Maryland commuter rail system do?

Cheers,
Wendell


======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)com
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
======================================================================



<Prev in Thread] Current Thread [Next in Thread>