[
Lists Home |
Date Index |
Thread Index
]
I am new in web technologies. I have a project with integration of this
technologies, we use xml to integrate comunication between
web and database(oracle). Maybe we will use JSP too. We have a big big
problem, we do not have enough experience. We understand those technology,
but we need a book or similar to undertand those tecnologies how work
together.
Someone can help me?
----- Original Message -----
From: "Thomas B. Passin" <tpassin@comcast.net>
To: <xml-dev@lists.xml.org>
Sent: Thursday, May 09, 2002 5:18 AM
Subject: Re: [xml-dev] Multibyte output
> [Cutler, Dan]
>
>
> > Thanks Mike and Michael!
> >
> > I am using MSXML and XML spy. I tried setting the encoding type in two
> > different ways.
> >
> > <?xml version="1.0" encoding="GB2312"?>
> >
> > and
> >
> > <xsl:output media-type="text" encoding="GB2312" indent="no"/>
> >
> > Neither of these worked. Is there anything else I should try? How can
I
> > get XML Spy to use "byte" output methods instead of "string"?
> >
> > Could I perhaps create another xsl that would convert UTF-16 to UTF-8?
> >
> > Perhaps I could/should use a different XSLT?
> >
>
> Why don't you
>
> 1) Run the transformation from the command line using, say, Saxon, and
> 2) Try to get Spy to use Saxon or Xalan and see if that works as expected
> ( I believe that Spy can be induced to use other xslt processors).
>
> You may still have the change the stylesheet, but you may at least have
> settled that the problem lies in how msxml is used inside Spy.
>
> Cheers,
>
> Tom P
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
|