Attribute Details: AttributesAsElements
 Back


Data values, which are normally expressed as attributes in XML, may be represented as elements with text nodes.

When AttributesAsElements="True", values are contained in elements, for example:

<Root>
<Order>
<OrderID>12345</ID
<Freight>1.12</Freight>
</Order>
<Root>

The default is "False", outputting data as attributes.

<Root>
<Order OrderID="12345" Freight="1.12" />
<Root>



POTENTIAL VALUES

False
True




PARENT ELEMENTS

Click element to drill down for more information.

Xml Data


 Back to top


 Chart Debug