xsl-list
[Top] [All Lists]

Re: [xsl] Text based stage play scripts to XML

2011-01-24 12:07:58
On Mon, 2011-01-24 at 16:25 +0200, Jacobus Reyneke wrote:

Sorry, sent my long reply just before you said, "solved" :-)
If the XSLT approach works for you, it's good, use it!

Because now you can change:
CAPTAIN:  Was that the sound of cannon fire?

Into:
<actor name="CAPTAIN">
    <dialogue-line>
         Was that the sound of cannon fire?
     <dialogue-line>
</actor>

... with minimum guessing

Yes, that's helpful - I would avoid adding that extra white-space around
the text myself.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--