I can't get indents on the hello world xhtml example
http://localhost:8888/samples/hello-world/hello.xhtml

I have just added:
encoding="UTF-8" and
<xsl:output method="xml" indent="yes" encoding="UTF-8"/> 

As in:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  <xsl:output method="xml" indent="yes" encoding="UTF-8"/> 

I have also tried method="xhtml" but that didn't work.

All the other post I found seem to not have an issue with indents.
What am I missing?
Something in the sitemap?

Linc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to