Skip to content

Commit 40ebc93

Browse files
committed
Fix files
1 parent d4ecd34 commit 40ebc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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/customers-xml.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.xml).
5151

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

@@ -142,7 +142,7 @@ To create the import logic, follow these steps:
142142

143143
To import the XML file, follow these steps:
144144

145-
1. Deploy the application, upload [Customers.xml](/attachments/refguide10/modeling/integration/mapping-documents/xml-documents/importing-xml-documents/sample-xsd.xml), and trigger the import microflow.
145+
1. Deploy the application, upload [Customers.xml](/attachments/refguide10/modeling/integration/mapping-documents/xml-documents/importing-xml-documents/sample-xsd.xsd), and trigger the import microflow.
146146
2. Open the customer overview page and check if the customer data has been imported into your application.
147147

148148
## Read More

0 commit comments

Comments
 (0)