How do I get AxKit to edit the source XML document as in a Wiki? I'm working on a system which would be similar in concept to an educational content management system.
In specifics there are several blocks of content that may or may not be shown depending on the related logic involved. My thought was to have the source xml file on the disk contain all of the content blocks as well as the parameters for the logic. and then have several WIKI like edit views of that file for editing the various parts of that source document. I'm still in the design stages for this project, and have been doing some experimenting with AxKit so far and have acquired rudimentary understanding of XSLT, XPathScript, XSP, and SAX. However, a best fit choice for enabling an axkit pipeline to be able to perform the basic Create, Edit, and Delete functions on the source xml file have eluded me. a few notes about my application needs. Specifically this will be working with the math and sciences.. I need the content authors to be able to enter in verbage with superscript and subscript notations as well as the basic heading, and emphasis markup, as well as Greek symbols. They will want to be able to specify their formula variables in the text verbage that the wiki will need to deal with. Since the content authors are not likely to ever even know what PERL is, POD format Wiki may not be a reasonable choice (wish it was so I could just use the POD Wiki module ) The wiki will also need to be able to deal with the formula snipets that will be used in the logic for each page. The content will also need to be able to have images for formula and illustration included.. ( Planning on using MathML if possible eventualy ) in any case. Any help would be appreciated, Robert Ferney --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
