r22370 - gnucash-docs/branches/2.4/guide/C - [22331] XML conversion: mark old step as for pre-2.0 files only
Geert Janssens
gjanssens at code.gnucash.org
Thu Sep 6 05:37:47 EDT 2012
Author: gjanssens
Date: 2012-09-06 05:37:47 -0400 (Thu, 06 Sep 2012)
New Revision: 22370
Trac: http://svn.gnucash.org/trac/changeset/22370
Modified:
gnucash-docs/branches/2.4/guide/C/appendixa.xml
Log:
[22331] XML conversion: mark old step as for pre-2.0 files only
Modified: gnucash-docs/branches/2.4/guide/C/appendixa.xml
===================================================================
--- gnucash-docs/branches/2.4/guide/C/appendixa.xml 2012-09-06 09:37:38 UTC (rev 22369)
+++ gnucash-docs/branches/2.4/guide/C/appendixa.xml 2012-09-06 09:37:47 UTC (rev 22370)
@@ -59,12 +59,12 @@
need to do:</para>
<orderedlist>
<listitem>
- <para>Copy the <application>&app;</application> to a working file. Modify the working file’s
-<gnc-v2> tag to read something like what’s below. Note that you can
-pretty much put anything you want in the <quote>="..."</quote> part; I used the <acronym>URL</acronym>
-because it’s traditional (if such can be said about such a young
-technology!).</para>
- <literallayout>
+ <para>Copy the <application>&app;</application> <acronym>XML</acronym> data file to a working file.</para>
+ <note>
+ <para>If the file was last modified by a version of <application>&app;</application> older than 2.0, then
+before to continue to the next step you will need to modify the working file’s <gnc-v2>
+tag to read something like this:</para>
+ <literallayout>
<gnc-v2 xmlns:cd="http://www.gnucash.org/XML/cd"
xmlns:book="http://www.gnucash.org/XML/book"
xmlns:gnc="http://www.gnucash.org/XML/gnc"
@@ -86,7 +86,10 @@
xmlns:sx="http://www.gnucash.org/XML/sx"
xmlns:fs="http://www.gnucash.org/XML/fs"
xmlns:addr="http://www.gnucash.org/XML/custaddr">
- </literallayout>
+ </literallayout>
+ <para>You can put pretty much anything you want behind the equal signs, but a <acronym>URL</acronym>
+is what is typically used.</para>
+ </note>
</listitem>
<listitem>
<para>Create an <acronym>XSLT</acronym> stylesheet containing the transformation your desire,
More information about the gnucash-changes
mailing list