Kizito Porta Balany? wrote: > > Is possible to make a website like www.xmlmind.com > <http://www.xmlmind.com> with the program xmlmindEditor? How can I begin > to make something similar (the skeleton)? > > I'm interested in the static left table that creates a dinamic content > on the right each time you click. > Something like: > http://docbook.sourceforge.net/release/website/example/layout.html > But created with xmlmind editor. >
XMLmind XML Editor being a general purpose XML authoring tool, may be used to create the *contents* of a Web site. Creating the Web site itself is out of the scope of our XML editor. www.xmlmind.com is created as follows: [1] The contents are totally separated from the presentation and from the navigation. The contents are created using XMLmind XML Editor. We simply author naked, undecorated, XHTML pages based on the document template called "XHTML | Page (Transitional DTD)". [2] We use an XML description of the Web site. See http://www.xmlmind.com/qizxopen/xmlmind.site.xml [3] An XQuery script processes the XML description of the Web site and the naked XHTML pages and generates all the pages you can browse at www.xmlmind.com. See http://www.xmlmind.com/qizxopen/xmlmind.xq.txt (All this shortly described here: http://www.xmlmind.com/qizxopen.html)

