Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems writing XML
Message
De
05/11/2004 05:11:02
Bill Benton
North Florida Software Services
Middleburg, Floride, États-Unis
 
 
À
05/11/2004 03:50:30
Information générale
Forum:
ASP.NET
Catégorie:
XML
Divers
Thread ID:
00958201
Message ID:
00958418
Vues:
17
Viv,

The code you enclosed gives me the following:
<credit_type>
  <type>joint</type>
  </credit_type>
Where I need the following:
<credit_type type="joint" />
For the life of me, I can't figure how to do that.




>Hi,
>
>>>
>I am attempting to write the following to an XML file:
>credit_type type="joint"
>with the WriteElementString() method. It keeps writing the following:
>credit_type="joint"
>I am having difficulty trying to get the other "type" element into the document.
>>>
>Could try something like instead:
>
>w.WriteStartElement("credit_type")
>w.WriteAttributeString("type", "joint")
>'Add element content etc.
>w.WriteEndElement()
>
>HTH,
>Viv
Bill Benton
Senior Systems Analyst
Nuvell Financial Services
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform