Hello Joachim,
 
Thank you for your help, I downloaded a hex editor and tested the XML file, the hex editor did not display any special characters at all.
 
I'm attaching the XML file test5.xml, please check and see if you see any special characters BOM or any other, before the prolog.
 
If there are no special characters then, am I doing anything else that's wrong in the JSP may be?
 
-Rashmi

"Kessel, Joachim (J.)" <[EMAIL PROTECTED]> wrote:
Hello Rahsmi,

you can try to use a free hex editor:

http://www.kibria.de/frhed.html

with this editor you will see the BOM in front of the tag,
if it's there.

Kind regards,

Joachim Kessel

-----Original Message-----
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
Sent: Freitag, 21. Juli 2006 12:05
To: taglibs-user@jakarta.apache.org
Subject: Content is not allowed in prolog. - text editor for Windows XP
that shows special characters before the prolog


Hello,

I have already searched on the Internet and this mailing list for an answer to this error message:

[Fatal Error] jstl::1:1: Content is not allowed in prolog.

Most of the answers so far seemed to indicate that theres a special BOM character that is "invisible" to most editors, that gets added to UTF-8 files

I am struggling with this problem, I tried to change the encoding to UTF-8, UTF-16 and ISO but none of them seemed to solve the problem

Does anyone know of a "real text editor" for Windows XP, which will allow me to see if there are any special characters before the prolog?


heres my xml:

valuex

heres my jsp:
<%@ page language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>









-Thank you


---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
<?xml version="1.0" encoding="US-ASCII"?>
<test>
    <value1>valuex</value1>
</test>
        
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to