Tags:
tag this topic
create new tag
view all tags
---+ .XML WRITER ELEM START _This subroutine adds a starting tag for an element to the given XML file. Added in 6.2.0_ <br />%TOC% ---++ Usage: <pre> PASS <XML_stream_name> FIELD SHARE? N PASS <XML_element_name> FIELD SHARE? N <br /> GOSUB --- .XML WRITER ELEM START * Check for errors IF --- .XML WRITER ELEM START NE </pre> ---++ Description: This subroutine adds a starting tag for the given element name to an XML file previously opened by .XML WRITER OPEN api. After adding a starting tag for an element, you can add attributes ( [[0LASubrXmlWriterAddAttr][.XML WRITER ADD ATTR]]), data ( [[0LASubrXmlWriterAddData][.XML WRITER ADD DATA]]), or sub-elements ( [[0LASubrXmlWriterElemStart][.XML WRITER ELEM START]]) to it. <XML_stream_name> is the name of XML stream that has been assigned during .XML WRITER OPEN api. This field is required and cannot be more than 22 characters. <XML_element_name> is the name of element you want to add to your xml file. This field is required and cannot be more than 64 characters. You can check the value of --- .XML WRITER ELEM START field after the api call to check for errors. See also [[0LASubrXmlWriterElemEnd][.XML WRITER ELEM END]] ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT%
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 2022-05-25
-
MisaghKarimi
Home
Site map
Main web
MedicaidBilling web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback