mausch / XmlLiteralsTypeProvider

F# type provider implementing compile-time XML literals
Apache License 2.0
5 stars 2 forks source link

Element holes #4

Open mausch opened 10 years ago

mausch commented 10 years ago

Add x:elem and x:elems to mark single/multiple XElement holes respectively

mausch commented 10 years ago

A template consisting of nothing but <x:elems name="qqq"/> would have to be rendered to a XElement list. However, it would be pointless as a template. If not for this case, I see little reason not to have just one element hole taking XElement list as argument.