Skip to content

Commit ada12d8

Browse files
authored
Update xmlnamespaces.md
1 parent 9ee0437 commit ada12d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/xml/xmlnamespaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group: xml
77

88
Namespaces
99
----------
10-
Namespaces used for the exported XML's elements. Attributes and elements can be declared with a namespace by using a name prefix. For example: `ss:Type`, `x:Wdith`, `mx:Platform`, ect. To add a namespace, click the `+` button next to the Namespaces label. To remove a namespace, click the `-` button next to the namespace's prefix label.
10+
Namespaces used for the exported XML's elements. Attributes and elements can be declared with a namespace by using a name prefix. For example: `ss:Type`, `x:Width`, `mx:Platform`, ect. To add a namespace, click the `+` button next to the Namespaces label. To remove a namespace, click the `-` button next to the namespace's prefix label.
1111

1212
There are two values associated with a namespace:
1313
- `Prefix`
@@ -17,7 +17,7 @@ There are two values associated with a namespace:
1717

1818
These are defined via `xmlns:prefix` attributes in the document's root element.
1919

20-
**`NOTES:`**
20+
**NOTES:**
2121
- Prefixes are case sensitive. `sA:test` will not recognize a namespace with the prefix `sa`.
2222
- When using namespaces in conjuction with prefix options like [Attributes prefix](attributesprefix.md), ESD prefixes must come *after* the namespace prefix.
2323
- ✅ Good

0 commit comments

Comments
 (0)