Hello everyone,
Using XML, can I show a code title and a code number in the browser on
screen as I mark up the text?
I've given each code category a six-digit number. Then for each code,
there is a title (two to four words) and a description ( a sentence).
I assume XML is just plain text with line breaks, corrrect?
In other words, is it possible to:
- Use my code title in code title field?
- Use my code number in the date field?
- Use my code description in the comment field?
And then, in the code browser, is it possible to see those three fields as
I mark up the text with codes on screen?
I sure would appreciate anyone telling me if I can do this.
Fred
See below an earlier response from Susanne Friese:
For rapid coding, I'd like to have visible both the code number and the
short (two, three, four-word) code description. Is this possible? If so,
how can we do it? How do we import it?
>
> "Codes" from other sources can be imported in various ways.
> 1. A very simple solution is to import them from a text file with a line
> for each code name. Check this format by choosing Codes/Output/Code List.
> Example:
> Abaddon
> Air
> Alchemie
> Animal
> Bad weather
> Bible
> Black Magic
> Booth
> Brass
> -----
However, only the code name itself, no additional imformation is processed.
2. Using XML. This needs the import file to be in a specific (textual)
format:
> .....
> <CODE QCOUNT="0" CCOUNT="2">
> <TITLE>Air</TITLE>
> <DATE>16.03.91 10:11:04</DATE>
> <AUTHOR>LASZLO</AUTHOR>
> <COMMENT>Air, air, nothing but air</COMMENT>
> </CODE>
> <CODE QCOUNT="1" CCOUNT="3">
> <TITLE>Alchemie</TITLE>
> <DATE>16.03.91 10:10:58</DATE>
> <AUTHOR>LASZLO</AUTHOR>
> <COMMENT/>
> </CODE>
> ......
This method preserves and processes (when importing) much more code
specific information (name, author, comment, creation date). However, you
need to transform your source data into this XML format. Check this format
en detail by choosing Codes/Mis/Export Codes.



Bookmarks