Advertisement

1 - 10 of 86 containing alltags:("CDATA") (0 seconds)
Hi, I am transforming an XML doc (via XSL) containing CDATA sections with HTML mark up in them. However, the XSL processor (Apache Xalan) is replacing all the <'s and &gt:'s in the HTML so t...
Zones: XMLDate Answered: 04/10/2001 Grade: B Views: 0
I have the following xml that generates a dynamic table, but I can't get the sorting to work correctly. Can you tell me what I am doing wrong. Is it there something wrong with te template. <?xm...
Zones: XMLDate Answered: 07/17/2003 Grade: A Views: 0
Hi,  i have an XML with spanish content mainly with ¡ charachter (that's an upside down exclamation point).  I'm trying to write a DTD that will validate.  I've tried everything.  What I'm trying ...
Zones: XML, XHTMLDate Answered: 09/23/2003 Grade: A Views: 0
I have an xml file that has cdata sections which inside of them I would like to have some Javascript, however when I do a simple alert of the pathname nothing happens...example: <?xml version=...
Zones: JavaScriptDate Answered: 05/17/2004 Grade: A Views: 0
I have an XML Fragment that contains a namespace prefix, which takes the following form: <log:event logger="AppBase" timestamp="6/30/2004 3:22:11 PM" level="INFO" thread="3996">     <log:messag...
Zones: XML, XHTMLDate Answered: 07/13/2004 Grade: B Views: 0
Given the following xml doc <FileSet>   <Files>     <FileProperties>       <Name><![CDATA[CETRAGPA COA dd 13-06-03 - 2nd Option (3èm.msg]]></Name>       <MetaData>         <MetaDataColumn> ...
Zones: XMLDate Answered: 12/27/2005 Grade: A Views: 0
Hi, I want to parse an xml which can contain another xml embedded within a tag as CDATA. I was using disable-output-escaping and I am getting the XML without the CDATA. Is there any method that le...
Zones: XSLT, XMLDate Answered: 01/03/2008 Grade: A Views: 0
I'm sure this question has an easy answer, but I am having trouble with it.  I want a CDATA section that is in an XML file to be displayed using XSL.  I'm using the MSXML4.0 with XMLDOM, but this s...
Zones: XMLDate Answered: 12/29/2002 Grade: B Views: 0
How would I add a entry (item) to the following xml with ASP... also need to it to update the count So basically it does a request.form("whatevertags") for all the inputs, then goes to the XML f...
Zones: ASP, XHTMLDate Answered: 05/30/2003 Grade: A Views: 0
hi i have the following xml file <synchro-control>       <synchro>               <description>                     <![CDATA[Test case synchro 1]]>               </description>               <target>                     <![CDATA...
Zones: XMLDate Answered: 12/29/2003 Grade: A Views: 17