XPTemplate priority=lang
let s:f = g:XPTfuncs()
XPTvar $TRUE 1
XPTvar $FALSE 0
XPTvar $NULL NULL
XPTvar $UNDEFINED NULL
XPTinclude
\ _common/common
\ xml/xml
" ========================= Function and Variables =============================
" ================================= Snippets ===================================
XPT svg " Start an svg document
..XPT
XPT line " Create an svg line
XSET style...|post= style="`cursor^"
..XPT
XPT circle " Create an svg circle
XSET style...|post= style="`cursor^"
..XPT
XPT ellipse " Create an svg ellipse
XSET style...|post= style="`cursor^"
..XPT
XPT rect " Create an svg rectangle
XSET style...|post= style="`cursor^"
..XPT
XPT polygon " Create an svg polygon
XSET style...|post= style="`cursor^"
..XPT
XPT polyline " Create an svg polyline
XSET style...|post= style="`cursor^"
..XPT
XPT line " Create an svg line
`cursor^
XSET style...|post= style="`style^"
..XPT
" ================================= Wrapper ===================================