What about a PureBasic Markup Language : PBML ?
-
- Addict
- Posts: 1264
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
-
- Addict
- Posts: 1264
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
I think this is a really great idea.
BUT
lets go all the way and include CSS style stylesheets to describe characteriestics such as positioning etc.
Perhaps PBXML becomes the standard document format Visual Designer tools as well.
Suggest for that reason that id becomes gid - so:
BUT

lets go all the way and include CSS style stylesheets to describe characteriestics such as positioning etc.
Perhaps PBXML becomes the standard document format Visual Designer tools as well.
Suggest for that reason that id becomes gid - so:
Code: Select all
<pbml>
<style>
#image10 { position: absolute; top: 10; left: 20; height: 20; width: 100 }
</style>
<main>
<image gid='10' id='image10' filename='image0.ico' />
</main>
</pbml>
Ta - N