xsl-list
[Top] [All Lists]

Re: White space required b/w public and sysem identifier

2002-12-17 16:49:50
Denis,

Your error message is puzzling, because system and public identifiers are things that are liable to be found in a DOCTYPE declaration or in a DTD ... but your example shows neither.

What's in Infobody? if there's a DOCTYPE declaration in there, your compound document is not likely to parse.

In any case, this isn't really an XSLT question, but rather has to do with your framework....

Cheers,
Wendell

At 06:18 PM 12/17/2002, you wrote:
Does anyone have any idea why I'm getting this error message with my XSL/JSP code:

"White space is required between the public identifier and the system identifier."

Here's the concatenated string I'm trying to transfer via a javabean (the use of the ampersand ("&") has worked in the past):

------------------------------------------------------
"<?xml version=" & Chr(34) & "1.0" & Chr(34) & " encoding=" & Chr(34) & "ISO-8859-1" & Chr(34) & "?><contacts>" & InfoBody & "</contacts>"
------------------------------------------------------


======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)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



<Prev in Thread] Current Thread [Next in Thread>