You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by paul campbell <se...@halcyon.com> on 2001/03/05 22:01:36 UTC

Don't shoot the Messenger Re: Namespace error

Thanks for your right thinking about adding to the FAQ

The comment about the archives not being current
does not seem to be addressed by any of the
respondents. This has been cited several times
in the last week but no one seems to address it.

Who is responsible for the archives?
and do they know of the problem?

PS:The question about SimpleTransfrom (in 2) requiring URI
seems like a candidate for the FAQs
At 11:43 AM 3/5/01, you wrote:

>I think you're just seeing a general frustration on our parts... not the
>right reaction but human nature.  The real solution is to make sure these
>issues get into the Faq, http://xml.apache.org/xalan-j/faq.html, so we can
>just point them there.
>
>Don, can we work on getting this issue into the Faq?  And we should
>generally go through the archives and make sure that multiply answered
>questions go in there.
>
>-scott
>
>
>
>
> 
>
>                     "Michael 
 >
>                     Beddow"              To: 
> <xa...@xml.apache.org>
>                     <mbnospam@mbe        cc:     (bcc: Scott 
> Boag/CAM/Lotus)
>                     ddow.net>            Subject:     Re: Namespace 
> error
> 
>
>                     03/05/2001 
 >
>                     12:20 
> PM 
>
>                     Please 
 >
>                     respond 
> to 
>
>                     xalan-dev 
 >
> 
>
> 
>
>
>
>
>
>In defence of Aurelie and other newcomers, I don't think it's fair to
>respond like this until the archives are fixed. What are people new to
>Xalan 2 supposed to do? They  go to webweaving, then (if they're
>lucky) get redirected to covalent, only to find there are no archives
>for this list after December 2000 (and that the search function for
>earlier entries is distinctly unrealiable)
>
>OK they can do what I did. I'm just a Xalan user, but I lurk on this
>list just so I don't have to come out with FAQs from my normal usage
>of Xalan. But that's not an ideal solution
>
>Michael
>------------------------------------------
>Michael Beddow
>http://www.mbeddow.net/
>
>----- Original Message -----
>From: <My...@lotus.com>
>To: <xa...@xml.apache.org>
>Sent: Monday, March 05, 2001 2:41 PM
>Subject: Re: Namespace error
>
>
>
>This question has been answered many many times. Please see the
>archives at
>   http://xml-archive.webweaving.org/xml-archive-xalan
>
>Myriam
>
>
>
>
>Aurélie Sérieux <as...@ydris.com> on 03/05/2001 06:23:41 AM
>
>Please respond to xalan-dev@xml.apache.org
>
>To:   xalan-dev@xml.apache.org
>cc:    (bcc: Myriam Midy/CAM/Lotus)
>Subject:  Namespace error
>
>
>Hi !!!
>
>When I try to transform my XML document with Xalan-J-2, I obtain an
>error
>like : "Namespace aren't supported by SAXParser". I don't understand
>what
>wrong is in my code... This is what I try to do :
>
>         TransformerFactory tf = TransformerFactory.newInstance();
>         Transformer transformer = tf.newTransformer( new StreamSource(
>powerConf.getNameXslFile() ) );
>         StringWriter  stringOut = new StringWriter();
>         transformer.transform( new
>OMSource( Contenu.getXmlSQLDocument()),
>new StreamResult( stringOut ) );
>         HTMLBuffer.append( stringOut.toString() );
>
>Has anyone a solution for me ?
>
>Thanks for your help,
>
>Aurelie.