Re: xmlns:exclude-result-prefixes

2003-03-18 Thread jbc
"Christine Li" <[EMAIL PROTECTED]> - 18-03-2003 00:24:44 Til: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Vedrørende:Re: xmlns:exclude-result-prefixes Hi, Jens If you change xmlns:exclude-result-prefixes to exclude-result-prefixes (as Henry suggested), you w

Re: xmlns:exclude-result-prefixes

2003-03-17 Thread Christine Li
Hi, Jens If you change xmlns:exclude-result-prefixes to exclude-result-prefixes (as Henry suggested), you will get result: <%@ taglib uri="/form" prefix="form" %> http://java.sun.com/products/jsp/dtd/jsp_1_0.dtd"; class="dk.sparnord.Bean3" scope="

RE: xmlns:exclude-result-prefixes

2003-03-17 Thread Coyne, Jimmy
I had the same problem as you , but using exclude-result-prefixes="foobar" but using fixed the problem -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:01 AM To: [EMAIL PROTECTED] Subject: Re: xmlns:exclude-result-prefixe

Re: xmlns:exclude-result-prefixes

2003-03-17 Thread jbc
27;t removed from any of the tags. Shouldn't xsl:exclude-result-prefixes and exclude-result-prefixes give identical results when used in the xsl:stylesheet tag??? Joseph Kesselman <[EMAIL PROTECTED]> - 17-03-2003 15:15:24 Til: [EMAIL PROTECTED] cc: Vedrørende:Re: xmlns:ex

Re: xmlns:exclude-result-prefixes

2003-03-17 Thread Henry Zongaro
Hi Jens, It looks like this might be a typo on your xsl:stylesheet element: the xmlns:exclude-result-prefixes attribute should be exclude-result-prefixes. I hope that helps. Thanks, Henry -- Henry Zongaro Xalan

xmlns:exclude-result-prefixes

2003-03-17 Thread jbc
et: http://www.w3.org/1999/XSL/Transform"; version="1.0" xmlns:jsp="http://java.sun.com/products/jsp/dtd/jsp_1_0.dtd"; xmlns:form="http://www.sparnord.dk/"; xmlns:exclude-result-prefixes="jsp form&