Enter Keywords:
1 - 10 of 104(0.013 seconds)
Sort By:
 
Hi Experts, I am parsing a web.xml document and setting some values then writing the file back to the file system. When I write the document to the file system the DocType remote URL dtd is bein...
Zones: Java, JAX / SAXP, XHTMLDate Answered: 04/30/2004 Rating: 8.6 Views: 0
Had someone show me this - complaining that it does not work right in IE: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"    "http://www.w3.org/TR/xhtml...
Zones: CSSDate Answered: 09/14/2004 Rating: 8.4 Views: 0
I would like to get rid of this header <!DOCTYPE html       PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"       "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">  that appears in a script when you use...
Zones: PerlDate Answered: 06/14/2005 Rating: 7.6 Views: 0
If I have <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> in the page with this: http://www.irt.org/script/1201.ht...
Zones: JavaScriptDate Answered: 08/16/2005 Rating: 7.0 Views: 0
Trying to merge xml with xsl using c# and XMLDocument.  Doing the conversion is fine if i leave out the problem of outputing the DOCTYPE, so  the problem i have is that i also need to output the fo...
Zones: XSLTDate Answered: 08/02/2007 Rating: 8.4 Views: 10
Because when im using transitional a table <td> gets aligned better.
Zones: HTMLkit, HTMLDate Answered: 01/30/2009 Rating: 9.0 Views: 0
I am using XML MODEL OBJECT  in VISUAL BASIC 6.0 to create .xml files and I have a problem creating the DOCTYPE line declaration.   I cannot find the method in the Document Object to create the D...
Zones: XMLDate Answered: 03/08/2002 Rating: 7.4 Views: 4
I have visualbasic application which creates an xml file but when i open it in browser it doesn't have the xml tag like: <xml version 1:0>  <!DOCTYPE PEOPLE SYSTME IMPORTER.DTD> What i hav...
Zones: Visual Basic, XHTMLDate Answered: 06/25/2001 Rating: 6.8 Views: 0
Environment ----------- Windows NT/2000 server/workstation, Visual Basic 6.0, MSXML parser 3.0 Need ---- I need to change the DTD reference on an XML file. I need to do this programmatic...
Zones: XMLDate Answered: 07/31/2001 Rating: 7.4 Views: 4
I am processing XML files that do not include DOCTYPE declarations, but they do include entity declarations. We do this because there are several targets for our transformations, each with their ow...
Zones: XMLDate Answered: 03/15/2002 Rating: 8.2 Views: 0