Re: Parse errors with unicode source file name

2004-02-26 Thread Mark Goldstein
Hi James, I've posted this as bug 27270. For now I have a work around. I am invoking Xalan from the command line, I did that for documenting the bug. I am actually running Xalan as a sub-task within my application. So I rename the input file to a legal unique temp name before I call Xalan, the

Re: Parse errors with unicode source file name

2004-02-26 Thread James Berry
On Feb 25, 2004, at 5:31 PM, Mark Goldstein wrote: Hello, Using Xalan/Xerces I tried to transform a file with a name that included an "e" with accent. Your mailer might show it: féébad.xml The command line call (using Mac OS-X copy/paste which converts the characters to octal constants) looks

Parse errors with unicode source file name

2004-02-25 Thread Mark Goldstein
Hello, Using Xalan/Xerces I tried to transform a file with a name that included an "e" with accent. Your mailer might show it: féébad.xml The command line call (using Mac OS-X copy/paste which converts the characters to octal constants) looks like this: mark$ ./Xalan -o foo.out fe\314\201e\314\