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