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/

Reply via email to