On Wed, 2004-09-22 at 06:12, Topiwala, Nimesh wrote:
> Hi,
> 
>  
> 
> I am having the following error when I click “Start Transformation”
> button of the XSL Transformation tab in DevGui.
> 
> Error during transform:javax.xml.transform.TransformerException:Use
> “&lt;” for “<” in attribute values.

Check your dbforms-config.xml

If you have something like the following:
<field name="fi<le_enc" fieldType="varchar" size="100"/>

the error you mentioned will be produced

change it to 
<field name="fi&lt;le_enc" fieldType="varchar" size="100"/>
and your files will be generated.
-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to