Ian Bicking wrote:
probably make a translator from a text-like markup to a particular XML
schema well enough... and I might do that if we decide on a particular
schema.  I think that would be better than trying to deal with all the
needless tags.
I agree.
reStruct has all the basic tags, the only thing that I don't see how to do is to label blocks of text (like in my tutorial) and differentiate between block types. (python, shell, example)

If there was a way to mark up content like

Here is an example of the servlet: ::CODE::
_caption = Hello Servlet Example

from webkit.page import page
etc.....

and have that render differently then
Type this in a shell: ::SHELL::
_caption = Creating a workspace

$> python MakeAppWorkDir /home/aaron/Apps/KillerWebApp


-Aaron



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Reply via email to