lechael wrote:
> in cocoon's inbuilt example: > http://localhost/samples/woody/form_model_gui.flow > first create a form===> binding it===> load data to it from a file > ===>invoke a pipeline to show this form by a template > following is some code extracted from the data file, > 1. it use namepace of wd: !! why??????? > how do you mean, why? why not? > > <?xml version="1.0" encoding="UTF-8"?> > <wd:form xmlns:wd="http://apache.org/cocoon/woody/definition/1.0" > xmlns:i18n="http://apache.org/cocoon/i18n/2.1"> > <wd:widgets> > the process that is interpreting these definition files will only look for elements in this namespace. (for completeness, wd is not the namespace, but the local profix) -marc= -- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://blogs.cocoondev.org/mpo/ [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
