2025-05-01 01:48:08 -07:00

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 |