At 10:11 AM 12/6/01 -0800, you wrote: >I suppose that it is left as an excercise for the reader to explain why XSLT >chokes in this fashion on this input. > >-Mitch
That makes some sense, actually: The FileGenerator is probably putting the element name into both local and qname, while your custom generator is only writing qname. When you write the stuff to the file as a debug, the xml serializer must be handling this situation properly. But I guess the html serializer, which you really want to use in your pipeline, must not be handling it properly. I guess the lack of a local name is causing the HTML serializer to either write blank elements (<>) or having the elements getting eliminated altogether, leaving only the text. See: you learned something new today! :-) Glad it's fixed. DR --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>