Hi Lars, Comments inline...
"Lars Geldner" <[EMAIL PROTECTED]> :[EMAIL PROTECTED] > Hi list, > > I have some questions about customizing OpenOffice.org to a dedicated xml > authoring tool. > I have a specific xml format whose structure is described by a DTD. Now I > want to produce xml instances of that DTD with OpenOffice.org. > I have googled enough to find out some examples describing that problem, > for > example: > > http://marketing.openoffice.org/ooocon2004/presentations/patenteditor.pdf. It's writen by me. ;) Sorry for the later response, because I was busying dealing with other stuff. > > So, OpenOffice.org has an XSLT-filter. With this filter, it is possible to > transform my XML format to OpenOffice.org xml format. But what about the > specific semantics? Oh, it's the real problem. In that article, I wrote too that currently OOo didn't save any 3rd-party or outside importing XML schema information within its internal data structure. XForms case is a little different because it's just form-like and could be embedded into OOo's internal document structure. So my colleagues and I had to use OOo SDK to implement the validation process against outside schema. > > For example there is the structure: > <a> > <b></b> > </a> > > How can I customize OpenOffice.org in that way, that the user only can > insert the b-node if the cursor is in the a-node? Is there a possibility > to > markup my specific semantic in the OpenOffice.org xml format? > > Thanks in advance, There's another case as I know, the XDiML solution done by University of Humbolt, you can find their paper on OOoConf 2004 webpage too. Regards. -Gavin > > Lars Geldner > > -- > GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail > +++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
