Can you include your complete XML ? My first thought is that the h: prefix is not bound to a namespace. XMLTask doesn't do any parsing itself but uses the underlying parser in the Java runtime, so I wouldn't expect an XMLTask-specific issue.

Brian

Jing Zhou wrote:

Does anybody know this xmltask working for editing jsp pages with JSF tags?

I got SAXParseException when I tried to insert following into jsp page

<h:inputText id="userName" size="20" required="false" value="xxx"/>

The prefix "h" for element "h:inputText" is not bound. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException

------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------------------------------------------------

_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

--
Brian Agnew                  http://www.oopsconsultancy.com
OOPS Consultancy Ltd         brian @ oopsconsultancy.com
Tel: +44 (0)7720 397526
Fax: +44 (0)20 8682 0012

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to