Topic: XML Authoring Tool for Technical Writer (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 08-13-2007 17:13
I have an XML structure that I would like to have our technical write author using. The example follows. code: <application-framework> <title>RealNet 7</title> <description> Large block for marked up text. </description> <application> <title>Asset Management</title> <description> Large block of formatted text. </description> <module> <title>Property</title> <description>...</description> <screen> <title>Profile</title> <description>...</description> <tab> <title>Summary</title> <description>...</description> <field> <name>Weighted Average Occupancy</name> <description>The weighted average occupancy for this property.</description> <calculation>Average Occupancy / Weight Factor</calculation> </field> </tab> </screen> </module> </application> </application-framework>
|
Paranoid (IV) Inmate From: Madison, Indiana |
posted 08-13-2007 17:52
The SGML version of FrameMaker will allow you to create a document then write it as XML. However, it's quite expensive. I haven't looked at the capabilities of the personal versions of FrameMaker in several years, You might have a look at to see if some of those features have migrated to the less expensive levels. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 08-13-2007 21:47
That is a bit out of our price range for something of this nature. |
Paranoid (IV) Inmate From: Florida |
posted 08-14-2007 04:33
Complexities of authoring XML? ...wha? |
Lunatic (VI) Inmate From: under the bed |
posted 08-14-2007 05:54
web app was my first thought as well. can't imagine a better or easier solution actually... |