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

Re: MSXML 3.0 XSLT. Does it work?

Subject: Re: MSXML 3.0 XSLT. Does it work?
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 11 Jul 2000 09:19:33 -0600 (MDT)
Re: MSXML 3.0 XSLT. Does it work?
sotiris@xxxxxxxxxx wrote:
> The root node is SearchSet, I am sure.

The root node is never an element. It is one level above the document
node, like if you have 

<?xml version="1.0"?>
<SearchSet>
  <foo/>
  <bar/>
</SearchSet>

The tree is

  root
   |___element 'SearchSet'
         |___text '\n  '
         |___element 'foo'
         |___text '\n  '
         |___element 'bar'
         
If the new namespace is not working for you in MSXML 3.0, and if IE5 is
invoking the transform, make sure you've run 'xmlinst' (it's in your
Windows system directory) to replace the MSXML that IE5 is using. There is
also a .xsl stylesheet at msdn.microsoft.com at the same place where you
downloaded MSXML that you can use to transform stylesheets from the old
namespace to the new. I would try this before giving up on the XSLT
namespace.

As Mike Kay said, you didn't post any code, so it's hard to diagnose your
actual problem.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 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.