[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] XMLNS and XSL


Subject: [xsl] XMLNS and XSL
From: abdu.r.el-whidi@xxxxxxxxxxxxxx
Date: Thu, 13 Feb 2003 17:23:22 -0500

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



Current Thread
Keywords