RE: CFC 2 XML - ERROR: Whitespace required before attributes

2004-05-10 Thread Barney Boisvert
Use xmlFormat() around all those variables to escape any legal chars. Cheers, barneyb > -Original Message- > From: [EMAIL PROTECTED] > [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 2:37 PM > To: CF-Talk > Subject: Re: CFC 2 XML - ERROR: W

Re: CFC 2 XML - ERROR: Whitespace required before attributes

2004-05-10 Thread coldfusion . developer
OTECTED] [mailto:[EMAIL PROTECTED] > >Sent: Monday, May 10, 2004 4:39 PM >To: CF-Talk >Subject: CFC 2 XML - ERROR: Whitespace required before attributes > > > >I Does anyone know anything about this error.  I can't figure it out. >Here's my >code. >

RE: CFC 2 XML - ERROR: Whitespace required before attributes

2004-05-10 Thread Ben Densmore
If you are going to have attributes in your XML they have to be like:   #shortdesc# Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 4:39 PM To: CF-Talk Subject: CFC 2 XML - ERROR: Whitespace required before attributes I Does

RE: CFC 2 XML - ERROR: Whitespace required before attributes

2004-05-10 Thread Barney Boisvert
Check this line (just inside the inner CFOUTPUT):    Probably want this or something like it: Cheers, barneyb > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 1:39 PM > To: CF-Talk > Subject: CFC 2 XML -

CFC 2 XML - ERROR: Whitespace required before attributes

2004-05-10 Thread coldfusion . developer
I Does anyone know anything about this error.  I can't figure it out.  Here's my code. Select partno, shortdesc, longdesc, pic, manf, promos, dateAdded, ManHand, OverSized, FreightItem, MotorSportsFlag from inventory #shortdesc# #longdesc# #pic# #manf# #p