[Mav-user] There must be a bug in the XSLT Transformer

2004-07-05 Thread Peter Lerche
Hi, I am going bonkers. I have spend the all weekend on this. My problem only occurs when supplying ctx.getModel() as an org.w3c.dom.Node to the TrivialViewFactory. If I have an empty element with an attribute the xslt parser ignore the rest of xml source. eg: Source: root

Re: [Mav-user] There must be a bug in the XSLT Transformer

2004-07-05 Thread Pierre de Soyres
your XSL source must be XML valid : you should write element/ (with auto-closing tag) instead element . On Mon, 5 Jul 2004 15:05:11 +0200, Peter Lerche [EMAIL PROTECTED] wrote: Hi, I am going bonkers. I have spend the all weekend on this. My problem only occurs when supplying ctx.getModel()

Re: [Mav-user] There must be a bug in the XSLT Transformer

2004-07-05 Thread Peter Lerche
Hi Pierre, The was just a typo - should have read lt;elementgt; The problem is still there. Peter Lerche On Monday 05 July 2004 15:14, Pierre de Soyres wrote: your XSL source must be XML valid : you should write element/ (with auto-closing tag) instead element . On Mon, 5 Jul 2004