Re: [iText-questions] Field name throws error.

2008-03-31 Thread Paulo Soares
sses without error. > > example: > String newkey = key.replace("#", "#"); > form.setField(newkey, "Test"); > > > Howard > > - Original Message ---- > From: Paulo Soares <[EMAIL PROTECTED]> > To: Post all your questions about iTe

Re: [iText-questions] Field name throws error.

2008-03-31 Thread Howard Shank
figure out how to use the iText Toolbox and RUPS. Thanks again for your help. Howard - Original Message From: Paulo Soares <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, March 31, 2008 11:01:15 AM Subject: Re: [iText-questions] Field name throws error.

Re: [iText-questions] Field name throws error.

2008-03-31 Thread Paulo Soares
= key.replace("#", "#"); > form.setField(newkey, "Test"); > > > Howard > > - Original Message > From: Paulo Soares <[EMAIL PROTECTED]> > To: Post all your questions about iText here > > Sent: Monday, March 31, 2008 10:32:45 A

Re: [iText-questions] Field name throws error.

2008-03-31 Thread Paulo Soares
ECTED] On > Behalf Of Howard Shank > Sent: Monday, March 31, 2008 3:25 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Field name throws error. > > Paulo, > > I know and agree that Xerces is throwing the actual error, > but shouldn

Re: [iText-questions] Field name throws error.

2008-03-31 Thread Howard Shank
2008 9:38:07 AM Subject: Re: [iText-questions] Field name throws error. That's xerces complaining, not iText. The XML in your PDF has an error. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Howard Shank > Sent: Monday, M

Re: [iText-questions] Field name throws error.

2008-03-31 Thread Paulo Soares
here > Subject: [iText-questions] Field name throws error. > > Why would the code below using the following field name cause > this error? > > Exception in thread "main" org.w3c.dom.DOMException: > INVALID_CHARACTER_ERR: An inval

[iText-questions] Field name throws error.

2008-03-31 Thread Howard Shank
Why would the code below using the following field name cause this error? Exception in thread "main" org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.checkQName(Unknown Source)