Hi,

In an effort to get more users on board here at my company, i need to know 
if there is an easy way to do the following in asciidoc?

I need to have DocBook xml like the following be generated:

<sect1 os="win">
  <title>Installation on Windows</title>
  ...
</sect1>
<sect1 os="linux">
  <title>Installation on Linux</title>
  ...
</sect1>

As well as:

<para>To open a file, select File Open. <phrase os="win">The default
configuration lists share drives such as E: as well as the C: hard 
drive.</phrase>
<phrase os="linux">The default configuration lists NFS-mounted filesystems 
as well as local filesystems.</phrase> Choose the file from the list.</para>

We tend to use a LOT of this type of conditional text, is there a way to do 
this elegantly in asciidoc?


Thanks,


Russ

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to