This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unsupported symbols


Peter--

It can't be done directly, since these characters can't be handled 
internally and can't legally be serialized as XML.

On the other hand, if you are willing to represent your non-XML characters 
in some conformant way (for example, as an element, <char n="x000C"/>), a 
serializer that creates non-XML output can be wired to create it.

A facility to do something like this was included in the release of XT, 
James Clark's XSLT processor. See http://www.jclark.com/xml/xt.html, under 
the heading "non-XML output". XT is open source, so this facility could no 
doubt be emulated in Xalan.

Regards,
Wendell

At 04:42 AM 4/5/2002, you wrote:
>Hi,
>
>Please advise a way how can I pass by means of XSLT characters unsupported
>with XML (for example &#x000C;) to result document during XML->TXT
>transformation. I use Xalan XSLT processor.
>
>Many thanks in advance,
>Peter Velichko


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]