Rod
Rod

Reputation: 15455

my stylesheet says to output as xml but instead its text

my stylesheet says to output as xml but instead its text
Any insight?

enter image description here

Upvotes: 0

Views: 58

Answers (1)

wero
wero

Reputation: 32990

The output is indeed XML. To verify this, right click in the browser and select "View source...".

But unfortunately most browsers choose to display the transformed XML by only showing its text content.

Upvotes: 4

Related Questions