Well, yeah - but how compliant are the other parsers? the MS one and especially the IBM one, is very compliant.
N ----- Original Message ----- From: "Neven MacEwan" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 9:50 AM Subject: Re: [DUG]: Setting Attributes in XML > Nic > > Thanks, My XML book was a little old, 1999! > I like the TXMLDocument and using it has certain adavantages (like the > wizard support) > but it would be nice if some bolted one of these 'native' delphi parsers > onto it, > So it didn't required the MS or IBM XML parser > > Neven > > ----- Original Message ----- > From: "Nic Wise" <[EMAIL PROTECTED]> > To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> > Sent: Friday, October 19, 2001 9:12 AM > Subject: Re: [DUG]: Setting Attributes in XML > > > > The unquoted value is _illegal_ in XML. You can't do it. You specify the > > _type_ of the variable in the XSD (XML Schema Defn) - with "our" XML > parser > > / wrapper, it generated interfaces for you - as you know- and manages the > > types for you in there. > > > > bottom line: no XML parser should handle this > > > > <a b=1 /> > > > > N > > > > ----- Original Message ----- > > From: "Neven MacEwan" <[EMAIL PROTECTED]> > > To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> > > Sent: Thursday, October 18, 2001 10:43 AM > > Subject: [DUG]: Setting Attributes in XML > > > > > > > Hi all > > > > > > I'm scratching my head > > > > > > NodeAttributes['Att'] := 10 sets Att="10" even tho 10 is an integer > > > > > > Does anyone know how to set an 'unquoted attribute ie Att=10 > > > > > > TIA > > > > > > > > > Regards Neven > > > N.K. MacEwan B.E. E&E > > > Ph 649 574 0027 > > > Fax 649 570 2706 > > > [EMAIL PROTECTED] > > > > > > > > > > -------------------------------------------------------------------------- > > - > > > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > > > Website: http://www.delphi.org.nz > > > To UnSub, send email to: [EMAIL PROTECTED] > > > with body of "unsubscribe delphi" > > > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > > > > > > > -------------------------------------------------------------------------- > - > > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > > Website: http://www.delphi.org.nz > > To UnSub, send email to: [EMAIL PROTECTED] > > with body of "unsubscribe delphi" > > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > > > > -------------------------------------------------------------------------- - > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > Website: http://www.delphi.org.nz > To UnSub, send email to: [EMAIL PROTECTED] > with body of "unsubscribe delphi" > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
