xsl-list
[Top] [All Lists]

Re: [xsl] XML /XSLT Namespace problem

2007-08-22 14:01:05
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




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>