http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1830 *** shadow/1830 Fri Jun 15 00:34:35 2001 --- shadow/1830.tmp.22453 Fri Jun 15 00:44:06 2001 *************** *** 352,354 **** --- 352,363 ---- return source; } } + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-15 00:44 ------- + As one further note (I must be tired!), you don't need to mess around with the + namespace prefixes or dynamic validation settings since these are always set for + you by Xalan. Thus, you can omit that code from the sample in your actual + routines. It won't hurt anything but it is redundant since Xalan will just do + the same thing for you. + + Gary \ No newline at end of file