#
# XHTML clip library
#
# created by pete@rasterweb.net http://rasterweb.net/raster/
#
@title=XHTML tags
@sortClips=true
@caseSensitiveSort=false
# comment
(!--)=
# html tags
html=\n
\n\n\n\n\n|\n\n
head=\n|\n
body=\n|\n
# head tags
title=|
isindex=
base=
meta=
link=
# body tags
h1=|
h2=|
h3=|
h4=|
h5=|
h6=|
p=|
br=
hr=
ul=
ol=\n- |
\n
li=|
dl=\n- |\n
- \n
dt=
dd=
pre=|
blockquote=|
div=|
address=|
# character highlighting
em=|
cite=|
var=|
strong=|
code=|
samp=|
kbd=|
dfn=|
u=|
tt=|
strike=|
sub=|
sup=|
# special chars
(nbsp)=
<=<
>=>
&=&
"="
# images and maps
img=
map=
area=
# links
a-(link)=|
a-(name)=|
# applets
applet=
param=
# forms
form=
input=
select=
option=
textarea=
# tables
table=
caption=|
tr=\n|\n
td=| |
th=| |