Home » Categories » Solutions by Business Process » E-Business » XML |
Element Tags |
Article Number: 1799 | Rating: Unrated | Last Updated: Thu, Jun 22, 2023 at 5:02 PM
|
Datafile Software Element Tags An element starts with an opening element tag, and is closed with a closing element tag. The element name must be the same in both opening and closing tags. If more than one data item is required to be included within an element, then each one must be defined by a child element nested within that element. An opening element tag looks like <element-name>. A closing element tag looks like </element-name>. For an output XML template generated by the Datafile XML module, the database data item name is used as the tag. You could do this too; so if the 28th data item in a database was called Example-Item, then you could create an element as follows: <D028-Data-Item>D028-Data-Item</D028-Data-Item> For brevity, this can be given in the template for an output XML file (as does the Datafile XML generator) as <D028-Data-Item/>, which is the null element form (see below). This will actually generate the full XML element if the data contains a non-null value. If the data item contained, say, the value 47.21, then this would be expanded in the output XML file to: <D028-Data-Item>47.21</D028-Data-Item> Within the template for an incoming XML file, an element with no data can be written using the short form <element-name/>. Such a null element means that any data in that element from the incoming XML file. |
Attachments
![]() There are no attachments for this article.
|
Additional Data Items and Parameters
Viewed 3461 times since Tue, Jul 10, 2012
Example Datafile XML Template
Viewed 14689 times since Tue, Jul 10, 2012
Constants File - Other XML Associated Files
Viewed 1549 times since Tue, Jul 10, 2012
subtractfrom
Viewed 1581 times since Mon, Jul 9, 2012
“Escaped” Data Characters
Viewed 3104 times since Mon, Jul 9, 2012
XML Schema Definition (XSD)
Viewed 1706 times since Tue, Jul 10, 2012
Element Names
Viewed 1514 times since Mon, Jul 9, 2012
Sales Ledger Accounts (SLA)
Viewed 3725 times since Tue, Jul 10, 2012
Application Considerations - Purchase Order Processing
Viewed 1571 times since Tue, Jul 10, 2012
POP XML Invoices Input
Viewed 1719 times since Mon, Jul 9, 2012
|