Online documentation - Websydian v6.1 |
Product | TransacXML |
---|---|
Version | 4.01 |
Category | Processing |
Question | How can elements and attributes with Blank or Zero values be written to the document. |
Answer | The default behavior of TransacXML is to suppress the creation
of empty elements and attributes. To change this behavior for the element fields do the following: In the InsertRowDangling functions insert the following code in the Post Point "Before check create element":
If you only want this behavior for specific fields, you must
create a case structure in which you set Local<CreateElement>
to yes for the specific fields. You can find information about the
field being handled in the CurrentField variable. |