What about a PureBasic Markup Language : PBML ?

Everything else that doesn't fall into one of the other PB categories.
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Post by Seymour Clufley »

Can we swear on this site? I meant "fuck".
mrjiles
Enthusiast
Enthusiast
Posts: 238
Joined: Fri Aug 18, 2006 7:21 pm
Location: IL

Post by mrjiles »

:shock:

With or without the quotes?
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Post by Seymour Clufley »

Oh, "without"!
naw
Enthusiast
Enthusiast
Posts: 573
Joined: Fri Apr 25, 2003 4:57 pm

Post 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>
Ta - N
Post Reply