mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
SKR04: validate the XML file with the help of jsled and nxml-mode in emacs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16514 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4bc3e5ea69
commit
111ce23b69
@ -1,5 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<gnc-account-example>
|
||||
<gnc-account-example
|
||||
xmlns="http://www.gnucash.org/XML/"
|
||||
xmlns:act="http://www.gnucash.org/XML/act"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:book="http://www.gnucash.org/XML/book"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:cd="http://www.gnucash.org/XML/cd"
|
||||
xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:fs="http://www.gnucash.org/XML/fs"
|
||||
xmlns:gnc="http://www.gnucash.org/XML/gnc"
|
||||
xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:price="http://www.gnucash.org/XML/price"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:slot="http://www.gnucash.org/XML/slot"
|
||||
xmlns:split="http://www.gnucash.org/XML/split"
|
||||
xmlns:sx="http://www.gnucash.org/XML/sx"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:trn="http://www.gnucash.org/XML/trn"
|
||||
xmlns:ts="http://www.gnucash.org/XML/ts"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc-act:title>
|
||||
Kontenrahmen SKR04
|
||||
</gnc-act:title>
|
||||
|
Loading…
Reference in New Issue
Block a user