I am upgrading an application from seam 2.2 to 2.3. I switched my login page .xml to uses *-2.3.xsd. I took the changes from the pages.xml in the migration guide. My error is
s4s-elt-character: Non-whitespace characters are not allowed in schema elements ...
My XML is
<?xml version="1.0" encoding="UTF-8"?>
<page xmlns="http://jboss.com/products/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/pages
http://jboss.com/products/seam/pages-2.3.xsd">
</page>
Any ideas are welcome.