I'm sorry, if I'm not clear but I never spoke about XSLT For it is an option of indenting a file which could be called "neutral indenting", which would allow us to indent a one line xml file without introducing nasty spaces
Regards, Xmlizer On Fri, Apr 11, 2008 at 2:01 PM, Sorin Ristache <[EMAIL PROTECTED]> wrote: > Hello, > > Do you mean debugging an XSLT transformation applied to an XML file > formatted as in your example? I think an XSLT debugger is more useful for > that and it does not depend on the text format of the XML file. For example > when you click on a row in the Context view or in the XWatch view of the > oXygen XSLT debugger the start tag of the corresponding XML element is > highlighted in the XML editor panel. You need just to click in a view of the > XSLT debugger to go directly to the corresponding XML element in the source > editor. > > > Regards, > Sorin > > > mozer wrote: > > > Let me give a simple example > > <root><a><b></b><c></c></a></root> > > into > > <root > > ><a > > ><b > > ></b > > ><c > > ></c > > ></a > > ></root > > > > > May it would make the will less readable than a full indent, but in some > > case, it is just sufficient for debbugging and don't need further > > parametrization > > > _______________________________________________ > oXygen-user mailing list > [email protected] > http://www.oxygenxml.com/mailman/listinfo/oxygen-user >
_______________________________________________ oXygen-user mailing list [email protected] http://www.oxygenxml.com/mailman/listinfo/oxygen-user
