I need to ask that i have some XML and to style this i use Cascading Style Sheet/Extensible Style-sheet Language Transformations. I know XML data parse when it transfer, but now as i have Cascading Style Sheet/Extensible Style-sheet Language Transformations in it so will it still parse or interpret as Cascading Style Sheet is interpreting language.
Share
You can’t have CSS or XSL inside the XML (at least it won’t render). You have to reference it using a processing instruction, like
or