8 lines
469 B
Markdown
8 lines
469 B
Markdown
# Xml source
|
|
|
|
The [XML source](xref:UnityEngine.Localization.SmartFormat.Extensions.XmlSource) can extract elements from an [XElement](https://docs.microsoft.com/en-us/dotnet/api/system.xml.linq.xelement) object.
|
|
|
|
| **Example Smart String** | **Arguments** | **Result** |
|
|
|--------------------------|-----------------------------------------|-------------|
|
|
| {value} | `<xml><Value>Hello World</Value></xml>` | Hello World |
|