Hi Tim! Thanks for your reply. I updated the code with fixes to the bugs you noted (it's not that simple anymore :):
http://paste.pocoo.org/show/142307/ 1. Can you confirm the main project url? The github page links to one > that 404's. http://www.caelumobjects.com/opensource/tubaina/ The URL is correct, maybe they're experiencing some problems... I emailed the developers mentioning this. > 3. does tubaina afc have a registered mimetype? can you come up with an > x-prefix one to use? > I think there's no mimetype. But I asked the developers too. > I think something > like this would be legal afc. > > [xml] > <elem val="[]" /> > [/xml] > You're right, this is legal. I think I fixed it now. > 6. Is there an escaping mechanism to allow you to write something that > looks like the close of a block? Say I want to write bits of afc within > a block: > > [xml] > <elem name="start" val="[xml]" /> > <elem name="end" val="[/xml]" /> > [/xml] > There's no escaping for things like this (this is invalid afc). But you can write [xml] inside other tags, like [java] and vice-versa. I created an afc file to test all these issues and other things too: http://paste.pocoo.org/show/142310/ I will submit a ticket on the bugtracker. Thanks again Sérgio Lopes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
