RE: [xsl] XMLNS and XSL

Subject: RE: [xsl] XMLNS and XSL
From: "Dunning, John" <JDunning@xxxxxxxxx>
Date: Thu, 13 Feb 2003 17:39:13 -0500
Try adding the "xmlns="http://www.client.com/2001/XMLSchema"; to the root of
your XSLT file.
HTH,
John

-----Original Message-----
From: abdu.r.el-whidi@xxxxxxxxxxxxxx
[mailto:abdu.r.el-whidi@xxxxxxxxxxxxxx]
Sent: Thursday, February 13, 2003 5:23 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XMLNS and XSL



Hello.
I am new to this. and have a question to anyone who may help me. Thanks in
advance.

We wrote an XSL that translates an XML to an HTML document.  It worked fine
until the client added default name space like this:

      <doc_root   xmlns="http://www.client.com/2001/XMLSchema"; >

If I replace the xmlns="", it will work as before.  If I keep it.  Non of
the XSLT will be performed.  I know it has to do with name space defaulting,
But I could not get it.

here are the headers from my xsl file:

      <?xml version='1.0' encoding='iso-8859-1' ?>
      <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; >

Any clues?

Thanks
AEW



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread