You can get also empty attributes like this <tag =""> if you use SAX to produce your XML. No validation is performed (at least in Xerces SAXParser) at the creation stage. (setAttribute("", "", "", ...) - is enabled by the parser).
Anyway, it's not a valid XML. > Can a transformation really make a tag loose it's name?! > Or is this a bug?! > > I realized the following strange behaviour: > > <myns:tag> > <myns:tag>something</myns:tag> > text > <othertag>bla</othertag> > </myns:tag> > > After a transformation (and this fragment is copied > by the copying default template) I get > > <myns:tag> > <myns:tag>something</myns:tag> > text > < xmlns="http://www.dff.st/myns">bla</> > </myns:tag> > > from the XML Serializer. NO TAG NAME?? > > I will investigate further and have a look into > the events itself with the beautiful log transform :) > > But this should be possible at all, should it?! > -- > Torsten > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]