Re: [xsl] <xs:any> and [!CDATA{ - Simple question

Subject: Re: [xsl] <xs:any> and [!CDATA{ - Simple question
From: "Jon Gorman" <jonathan.gorman@xxxxxxxxx>
Date: Mon, 27 Feb 2006 22:45:19 -0600
> Since I'm not being able to connect axis to that weblogic, I'm trying to
> prove my boss that's not my fault :)
>
>
> Is that <![CDATA[]] inside the <detail> a valid tag?

The answer is no, since it's not a tag.  It's CDATA.  Escaped text,
part of the basic standard of XML.  So all text in there is not to be
treated as markup.  Hence it'll be valid no matter what you but in it
but it won't be tag.  I'm guessing it does this so that it can show a
bit of info on what line went wrong.  Perhaps checking on a list
concerned with SOAP might give you a better answer.  I didn't see
anything that looked like a XSL question.

Or were you asking if the text contained in the cdata section seemed
like valid markup?


Jon Gorman

Current Thread