[DUG]: Setting Attributes in XML

2001-10-18 Thread Neven MacEwan
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. EE Ph 649 574 0027 Fax 649 570 2706 [EMAIL PROTECTED]

RE: [DUG]: Setting Attributes in XML

2001-10-18 Thread Chris Reynolds
, 2001 10:44 AM To: Multiple recipients of list delphi 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

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Nic Wise
=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

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Neven MacEwan
- 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

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Nic Wise
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

RE: [DUG]: Setting Attributes in XML

2001-10-18 Thread Max Nilson
Nic Wise asked: Well, yeah - but how compliant are the other parsers? the MS one and especially the IBM one, is very compliant. Well, the OpenXML native Delphi parser is so compliant that the author has found several bugs in the actual XML standards that he had had to get resolved by the

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Neven MacEwan
Except of OS Max :-) - Original Message - From: Max Nilson [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, October 19, 2001 1:28 PM Subject: RE: [DUG]: Setting Attributes in XML Nic Wise asked: Well, yeah - but how compliant are the other

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Nic Wise
: RE: [DUG]: Setting Attributes in XML Nic Wise asked: Well, yeah - but how compliant are the other parsers? the MS one and especially the IBM one, is very compliant. Well, the OpenXML native Delphi parser is so compliant that the author has found several bugs in the actual XML standards

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Neven MacEwan
Nic Have I been reduced to 'someone' or are you having a bad day Neven - Original Message - From: Nic Wise [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, October 19, 2001 1:50 PM Subject: Re: [DUG]: Setting Attributes in XML Fair enough

Re: [DUG]: Setting Attributes in XML

2001-10-18 Thread Nic Wise
Message - From: Neven MacEwan [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, October 19, 2001 2:19 PM Subject: Re: [DUG]: Setting Attributes in XML Nic Have I been reduced to 'someone' or are you having a bad day Neven - Original Message