XMLTemplate
उपलब्ध
`XMLTemplate[src]` yields a `TemplateObject` for an XML/HTML template. Like
XMLTemplate["string"]
XMLTemplate[src]
XMLTemplate[form, args]
XMLTemplate["Range of `a`: <* Range[#a] *>."]
→ TemplateObject[{Range of , TemplateSlot[a], : , TemplateExpression[Range[TemplateSlot[a]]], .}, CombinerFunction -> StringJoin, InsertionFunction -> HTMLFragment, MetaInformation -> <||>]TemplateApply[XMLTemplate["Range of `a`: <* Range[#a] *>."], Association["a" -> 5]]
→ Range of 5: {1, 2, 3, 4, 5}.- InsertionFunction — default "HTMLFragment"
- CombinerFunction — default StringJoin
सभी 6300 फ़ंक्शन ·
इसे किसी MCP क्लाइंट से उपयोग करें