mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
10 lines
330 B
DTD
10 lines
330 B
DTD
<!ELEMENT gnc:commodity (cmdty:space, cmdty:id, cmdty:name,
|
|
cmdty:xcode?, cmdty:fraction)>
|
|
<!ATTLIST gnc:commodity version CDATA #REQUIRED>
|
|
|
|
<!ELEMENT cmdty:space (#PCDATA)>
|
|
<!ELEMENT cmdty:id (#PCDATA)>
|
|
<!ELEMENT cmdty:name (#PCDATA)>
|
|
<!ELEMENT cmdty:xcode (#PCDATA)>
|
|
<!ELEMENT cmdty:fraction (#PCDATA)>
|