Page 2 of 2
Posted: Fri May 02, 2008 6:42 pm
by Seymour Clufley
Can we swear on this site? I meant "fuck".
Posted: Fri May 02, 2008 8:38 pm
by mrjiles
With or without the quotes?
Posted: Fri May 02, 2008 8:48 pm
by Seymour Clufley
Oh, "without"!
Posted: Sun May 04, 2008 6:21 pm
by naw
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:
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>