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

Namespace attribute problem with Saxon

Subject: Namespace attribute problem with Saxon
From: "Mark Wilson" <drmark@xxxxxxxxxxxxxxx>
Date: Mon, 16 Jan 2006 06:25:39 -0500
mark wilson document
When I export my xml source document from MicrosoftWord, the schema I used to
create the document is referenced in the outermost node, in this case
<List>. If I try to apply an XSLT document to this exported document, Saxon
produces nothing, but if I remove the xmlns attribute referencing the schema
from the List element, Saxon produces the expected output from the source document.
Please, what's going on? Example below.
Thanks,
Mark


No output:

<?xml version="1.0"
         encoding="UTF-8"
         standalone="no"?>
<List xmlns="http://knihtisk.org/LibraryList.xsd">
  ....
</List>

Expected output:

<?xml version="1.0"
         encoding="UTF-8"
         standalone="no"?>
<List >
................
</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.