xsl-list
[Top] [All Lists]

Re: Specifying the XHTML XMLNS

2005-09-28 09:08:17
Just match="*" (elements) so it doesn't get all nodes. And you don't
want to match @* (which I had in my example) because you don't want to
turn attributes into elements (whoops...). Then you can also have the
typical identity template to catch anything else that is not an element.

Hey guys, that made it! I am fascinated about your experience with
XSLT... I have yet to figure out why all this namespace stuff happens
this way. Perhaps I should buy a good XSLT book.

Thanks very much.

  Andrew

--

--~------------------------------------------------------------------
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>
--~--