RE: Question about disabling namespace in the output of a Xalan t rans formation

2001-07-31 Thread Bjoern Martin
> I tried what you said and it doesn't change anything, it still put > the xmlns:BB in my output file. Please provide a stylesheet and an xml document that produces the problem on your machine, so we can check if we can reproduce the problem on our machines as well. Regards.

Re: Question about disabling namespace in the output of a Xalan trans formation

2001-07-31 Thread Bjoern Martin
ibute exclude-result-prefixes="BB" to your xsl:stylesheet root element. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: XSL output method="text" and indent preservation

2001-07-30 Thread Bjoern Martin
is because 'indent-amount' defaults to '0'. If you change it to something larger, you get the proper indentation. You should be able to change that default value within the file [xalan.jar]/org/apache/xalan/templates/output_xml.properties for xml and

Re: How to unsubscribe or change the mailing Id

2001-07-16 Thread Bjoern Martin
e to reply to and you're out :) Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: Line 0; Column 0; ... stylesheet requires attribute: version

2001-07-11 Thread Bjoern Martin
tylesheet requires attribute: version" and talking about some > "Line 0; Column 0;". The stylesheet-element has a version-attribute, > as you can see in the code above. > [...] > Does anybody have an idea, what I made wrong or where the problem > lies? Version

Re: [Bug 2230] New: - Method newTransformer(javax.xml.transform.Source) should not return null, but does so

2001-07-02 Thread Bjoern Martin
yone could tell me whom to contact to resolve this simple case. Because I'd like to know if I implemented this class the right way or if I found a bug. Thank you. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: in-memory transformation question

2001-07-02 Thread Bjoern Martin
hey use > fileID parameter and finally operate files but not streams. I use CharArrayReader and CharArrayWriter - works great. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: XalanTransformer problem

2001-06-28 Thread Bjoern Martin
x27;t this a good reason to split the development list into xalan-j- dev and xalan-c-dev? (if i'm alone with this opinion please ignore this mail, thx) Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: XalanTransformer problem

2001-06-28 Thread Bjoern Martin
> I have a problem using XalanTransformer. I'm using Xerces1.4 and > Xalan1.1 > [...] I had problems with Xalan-J 1.x and newer versions of Xerces as well. The solving workaround was to switch to Xalan-J 2.1.0 which works fine with Xerces-J 1.4.1 Regards. --

RE: Xalan Blows Up!

2001-06-27 Thread Bjoern Martin
jar in your classpath in that case. HTH. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: xerces version

2001-06-26 Thread Bjoern Martin
> If no, can I use xerces 1.4.1 Yes, you can use Xerces 1.4.1 with Xalan-J 2.1.0. Works fine for me. Regards. -- Bjoern Martin[EMAIL PROTECTED]

RE: Problems finding imported XSL files

2001-06-22 Thread Bjoern Martin
in the tags). Output is the following for me: Hello, I was input and should become output Hello, I am addon data This text is added by the imported stylesheet 2 Hello, I am addon data Regards. -- Bjoern Martin[EMAIL PROTECTED] test.zip

RE: Problems finding imported XSL files

2001-06-22 Thread Bjoern Martin
as system ID: Source xslSource = new StreamSource(new File("d:/blah.xsl"); xslSource.setSystemId("d:/"); Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: how do I unsubscribe??

2001-06-21 Thread Bjoern Martin
> unsubscribe Take a look @ http://xml.apache.org/mail.html It tells you how to unsubscribe. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: Problem with the zip file??

2001-06-20 Thread Bjoern Martin
some incorrect header information. > > I think this might be because of my Winzip program version, but > WinZip has NOT complained about any version incompatibility. > > I would appreciate it if you could look into this. I use WinZIP 8.0, and it wor

Re: XalanJ-2: Multithreaded transformations, but different working dirs

2001-06-18 Thread Bjoern Martin
un the app. If the system id setting works properly, you get sth like this: Hello, I was input and should become output Hello, I am addon data This text is added by the imported stylesheet 2 Regards. -- Bjoern Martin[EMAIL PROTECTED] Hell

XalanJ-2: Multithreaded transformations, but different working dirs

2001-06-15 Thread Bjoern Martin
without changing the user working dir? Thanx for any help. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Apidocs bug in Xalan-J 2.1.0?

2001-06-15 Thread Bjoern Martin
or is quite logical, and the overview page [2] points out the apidocs version . [1] http://xml.apache.org/xalan-j/apidocs/javax/xml/transform/ TransformerFactory.html#newTransformer(javax.xml.transform.Source) [2] http://xml.apache.org/xalan-j/apidocs/overview-summary.html Regards. -- Bjoern M

Re: Transformation result incomplete w/o error msg

2001-06-15 Thread Bjoern Martin
same class, but called it from within my project instead of the cmdline. Still didn't work. But Thanx for your help, as it works now with Xalan-J 2. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Transformation result incomplete w/o error msg

2001-06-13 Thread Bjoern Martin
gs missing. Did anyone of you encounter a similar problem or knows what it might be caused by? Any help would be appreciated. Bye, -- Bjoern Martin[EMAIL PROTECTED] Fünfte Element, Das 13

Re: List sending me two emails

2001-06-04 Thread Bjoern Martin
.apache.org/mail.html there. Regards. -- Bjoern Martin[EMAIL PROTECTED]

Re: RDF

2001-06-04 Thread Bjoern Martin
has to transform, it just doesn't output anything (what should it output anyway?). Regards. -- Bjoern Martin[EMAIL PROTECTED]