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

RE: Processing input xml containing containing namespa

Subject: RE: Processing input xml containing containing namespace switch
From: "Revill, D.J." <D.J.Revill@xxxxxx>
Date: Thu, 15 Jul 2004 11:40:49 +0200
xsl input xml namespace
Thanks David, your suggestion did the trick (and saved me much time). Logical
really...

Derek

> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: donderdag 15 juli 2004 11:32
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  Processing input xml containing containing
> namespace
> switch
>
>
> Your problem is nothing to do with the switch, you would have the same
> problem if you deleted the wrapper and had the osis element at the top
> level.
>
>
> 	<xsl:template match="osis">
>
> that matches an element in no namespace with local name osis
>
>    <osis
> xsi:schemaLocation="http://www.bibletechnologies.net/2003/OSIS
> /namespace osisCore.2.0.xsd"
>
> xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace"
>
>
> is an element in namespace
> http://www.bibletechnologies.net/2003/OSIS/namespace with local name
> osis so it does not match the template.
>
> Add
>
> xmlns:o="http://www.bibletechnologies.net/2003/OSIS/namespace"
> to your xsl:stylesheet then use
>
> 	<xsl:template match="o:osis">
>
> David
>
> ______________________________________________________________
> __________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ______________________________________________________________
> __________

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.