Re: [xsl] XML /XSLT Namespace problem

Subject: Re: [xsl] XML /XSLT Namespace problem
From: Alice Ju-Hsuan Wei <ajwei@xxxxxxxxxxx>
Date: Wed, 22 Aug 2007 17:00:43 -0400
Hi:

I don't think that the issue you brought up here is something to do with namespaces. Namespaces are, literally, something like the one in the following:

<book xmlns='urn:loc.gov:books'
     xmlns:isbn='urn:ISBN:0-395-36341-6'>
   <title>Cheaper by the Dozen</title>

Your example here does not have colons or anything like the one as shown here. I would say that your issue is something to do with attribute declaration. I am not sure if you are using DTD or Schema, or Relax NG, but have you added the xmlns by assigning it to "FIXED" in the declaration?


I hope this helps.


Alice

Current Thread