Skip to content

Commit

Permalink
Update xmlnamespaces.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthoid authored Nov 4, 2020
1 parent 9ee0437 commit ada12d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/xml/xmlnamespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group: xml

Namespaces
----------
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.
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.

There are two values associated with a namespace:
- `Prefix`
Expand All @@ -17,7 +17,7 @@ There are two values associated with a namespace:

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

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

0 comments on commit ada12d8

Please sign in to comment.