XMLTemplate
Tilgjengelig
`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
Alle 6300 funksjoner ·
Bruk dette fra en MCP-klient