Skip to content

Commit 4ab1a1a

Browse files
committed
Fix
1 parent 06353e9 commit 4ab1a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/refguide10/modeling/integration/mapping-documents/xml-documents/export-xml-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To create the export logic, follow these steps:
119119
3. Click **OK** to save the button properties.
120120
4. Right-click the new action button and click **Go to microflow** in the context menu. You should see an empty microflow with one input parameter:
121121

122-
{{< figure src="/attachments/refguide10/modeling/integration/mapping-documents/xml-documents/export-xml-documents/18581802.png" class="no-border" >}}
122+
{{< figure src="/attachments/refguide10/modeling/integration/mapping-documents/xml-documents/export-xml-documents/parameter.png" class="no-border" >}}
123123

124124
5. Select the input parameter and delete it.
125125
6. Open the **Toolbox**, which should be on the lower-right side of Studio Pro (you can also open it from the **View** menu).

content/en/docs/refguide10/modeling/integration/mapping-documents/xml-documents/importing-xml-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To prepare the data structure and the GUI, follow these steps:
4747

4848
## Adding an XML Schema (XSD)
4949

50-
Whether you plan to import or export documents, working with XML means your application must contain an XML schema, which is also called an XSD. An XSD describes the possible contents of an XML file. Based on the XSD, your application knows how to read or write an XML file. If you don't have an XSD file, there are some online XSD generators that accept an XML document as input. For this how-to, you can use [Customers.xsd](/attachments/refguide10/modeling/integration/mapping-documents/xml-documents/importing-xml-documents/18581652.xsd).
50+
Whether you plan to import or export documents, working with XML means your application must contain an XML schema, which is also called an XSD. An XSD describes the possible contents of an XML file. Based on the XSD, your application knows how to read or write an XML file. If you don't have an XSD file, there are some online XSD generators that accept an XML document as input. For this how-to, you can use [Customers.xsd](/attachments/refguide10/modeling/integration/mapping-documents/xml-documents/importing-xml-documents/customers-xml.xsd).
5151

5252
To add an XML schema (XSD), follow these steps:
5353

0 commit comments

Comments
 (0)