Two remarks : 1 - Are you using xindice-1.0 ? If yes, try using xindice-1.1 if you wish to be able to handle UTF-8. 2 - Is your output stream (in this case stdout) able to render acscii > 128 ?
On Thursday 15 May 2003 16:42, Simone Pierazzini wrote: > hi everyone, > I don't know how to store xml documents like the following: > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE stylesheet[ > <!ENTITY agrave "à"> > ]> > <stylesheet>pippà</stylesheet> > > > in a collection. I used these commands: > > xindice ad -c /db/test -n a -f a.xml > xindice rd -c /db/test -n a -f a1.xml > > but a1.xml looks like: > > <?xml version="1.0"?> > <stylesheet>pipp?</stylesheet> > > that is: ` became a simple ? > > even if I write someting like: <stylesheet>pippà</stylesheet> > the result is the same > > thanks in advance, > Simone Pierazzini