Java Integration - XML Parsing Error
<?xml version="1.0" encoding="UTF-8"?>
<jsp:root version="2.0"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:FCK="http://java.fckeditor.net"
xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de_DE">
<head>
<title>Editor</title>
</head>
<body>
<div>
<FCK:editor instanceName="EditorDefault">
<jsp:attribute name="value">
This is some <strong>sample text</strong>.
You are using <a href="http://www.fckeditor.net">FCKeditor</a>.
</jsp:attribute>
<jsp:attribute name="toolbarSet">toolbar</jsp:attribute>
</FCK:editor>
</div>
</body>
</html>
</jsp:root>
<iframe id="EditorDefault___Frame" frameborder="no" height="200" scrolling="no" width="100%" src="/fckeditor/editor/fckeditor.html?InstanceName=EditorDefault&Toolbar=toolbar">
Re: Java Integration - XML Parsing Error