Please advice on converting docbook accounts file to po and vice versa <br>
<br>
coz xml2po doesnot keep all the xml tag like for example<br>
<br>
The commands i used are<br>

xml2po -o ne.po -k acctchrt_brokerage.gnucash-xea<br>

xml2po -o ne.xml -p ne.po -k acctchrt_brokerage.gnucash-xea<br>
<br>
----------------------------------------------<br>
<span style="font-weight: bold;">original </span><br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;<br>
&lt;gnc-account-example&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;gnc-act:title&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; Investment Accounts<br>
&nbsp;&nbsp;&nbsp; &lt;/gnc-act:title&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;gnc-act:short-description&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Brokerage account with related
investment accounts (stock, bond, mutual fund, index fund, interest,
dividend)<br>
&nbsp;&nbsp;&nbsp; &lt;/gnc-act:short-description&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;gnc-act:long-description&gt;<br>
&nbsp;&nbsp;&nbsp; You would want to select this set of accounts if you
have investments (stock, bond, mutual fund, index fund, interest,
dividend).<br>
&nbsp; &lt;/gnc-act:long-description&gt;&nbsp;&nbsp;&nbsp; <br>
------------------------------------------------------------------------<br>
<span style="font-weight: bold;">converted po (ne.po)</span><br>
#: acctchrt_brokerage.gnucash-xea:3(title) <br>
msgid &quot;Investment Accounts&quot;<br>
msgstr &quot;Test translate&quot;<br>
<br>
#: acctchrt_brokerage.gnucash-xea:6(short-description) <br>
msgid &quot;Brokerage account with related investment accounts (stock, bond, mutual fund, index fund, interest, dividend)&quot;<br>
msgstr &quot;&quot;<br>
<br>
#: acctchrt_brokerage.gnucash-xea:9(long-description) <br>
msgid &quot;You would want to select this set of accounts if you have
investments (stock, bond, mutual fund, index fund, interest, dividend).&quot;<br>
msgstr &quot;&quot;<br>
------------------------------------------------<br>
<span style="font-weight: bold;">reverse converted xml (ne.xml)</span><br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
&lt;gnc-account-example&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;title&gt;Test translate&lt;/title&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;short-description&gt;Brokerage account with
related investment accounts (stock, bond, mutual fund, index fund,
interest, dividend)&lt;/short-description&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;long-description&gt;You would want to select
this set of accounts if you have investments (stock, bond, mutual fund,
index fund, interest,
dividend).&lt;/long-description&gt;&nbsp;&nbsp;&nbsp; <br>
<br>
-----------------------------------------------------------------<br>
<br>
how can i get the original tagset ????<br>
<br>
thanks in advance<br>
<br>
pawan<br>
<br>
<br>