summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Use ulink element for handling URLs.HEADmasterKohei Yoshida1-3/+6
2010-01-18Bug fixes on use of formalpara elements.Kohei Yoshida1-30/+42
2010-01-18Don't forget to add id to the sub-sections.Kohei Yoshida1-0/+1
2010-01-18Worked on handling heading paragraphs.Kohei Yoshida1-10/+19
2010-01-17More work on getting the links working.Kohei Yoshida2-4/+27
2010-01-17Initial work toward handling links.Kohei Yoshida2-1/+9
2010-01-17Pick up and store filename content from xhp sources.Kohei Yoshida1-1/+18
2010-01-17Convert table structure the proper way.Kohei Yoshida1-11/+36
2010-01-17Don't add content node when the text is blank.Kohei Yoshida1-1/+1
2010-01-17copied node.py from mso-dumper.Kohei Yoshida1-1/+1
2010-01-17No line breaks or indents when the element has one or more content nodes.Kohei Yoshida2-14/+29
2010-01-04Updated node.py from mso-dumper.Kohei Yoshida1-8/+28
2009-12-25Handle <sort> elements.Kohei Yoshida1-2/+20
2009-12-25Handle <embedvar> & several bug fixes.Kohei Yoshida1-6/+13
2009-12-24Hanldle <ahelp>, <bookmark> and <section id="howtoget">.Kohei Yoshida2-11/+56
2009-12-24More coverage of xhp to docbook conversion.Kohei Yoshida1-4/+31
2009-12-24Ignore <history> elements, and display item type for the <item> elements for ...Kohei Yoshida1-2/+2
2009-12-24Disable setting id attribute for now & add <para> when embedding content.Kohei Yoshida1-2/+3
2009-12-24Added support for linking, but it's not quote working yet.Kohei Yoshida1-2/+9
2009-12-24Turned common code block into a method.Kohei Yoshida1-18/+14
2009-12-24Added some very basic table element handler.Kohei Yoshida1-0/+16
2009-12-24More paragraph types.Kohei Yoshida1-1/+9
2009-12-24Handle list and listitem elements.Kohei Yoshida1-0/+21
2009-12-24Handle switchline and item elements.Kohei Yoshida1-0/+11
2009-12-24Convert <emph> elements.Kohei Yoshida1-3/+8
2009-12-23Handle embed elements properly.Kohei Yoshida3-8/+36
2009-12-23More on converting xhp to docbook.Kohei Yoshida2-23/+59
2009-12-23Display unhanlded nodes as warnings & use global product name parameter.Kohei Yoshida3-5/+25
2009-12-23A little more cleanup.Kohei Yoshida1-11/+0
2009-12-23Removed the old docbook converter code.Kohei Yoshida1-54/+4
2009-12-23Get section content from the xhp files if available.Kohei Yoshida3-2/+22
2009-12-23Finished converting the structure to docbook.Kohei Yoshida4-17/+64
2009-12-23Cleaned up the main() function a bit.Kohei Yoshida3-34/+54
2009-12-23Finished parsing the 'tree' xml files.Kohei Yoshida3-3/+66
2009-12-23More work on xhp to docbook conversion. Started working on parsing tree stru...Kohei Yoshida4-27/+206
2009-12-21More on converting the parsed xhp contents to docbook.Kohei Yoshida4-13/+82
2009-12-20Moved node-related code into node.py, added docbook.py for docbook converter.Kohei Yoshida4-114/+130
2009-12-20Support --no-convert option to switch on/off conversion to docbook.Kohei Yoshida2-6/+6
2009-12-20Fixed incorrect encoding of symbols & handle directory walking myself.Kohei Yoshida2-10/+19
2009-12-20More on encoding non-ascii and sgml symbols.Kohei Yoshida1-13/+23
2009-12-20More on parsing xhp files.Kohei Yoshida3-18/+66
2009-12-20Support multiple files at the command line.Kohei Yoshida2-12/+11
2009-12-20First set of files.Kohei Yoshida3-0/+150