dtd Questions

4

Solved

I'm trying to validate an XML file against the schemas it references. (Using Delphi and MSXML2_TLB.) The (relevant part of the) code looks something like this: procedure TfrmMain.ValidateXMLFile;...
Faris asked 15/1, 2009 at 13:1

1

Solved

I started using jQuery Mobile some time ago, and as those that know jQuery Mobile know, it uses it's own HTML attributes to give items a predefined role. Mostly divs. Some examples: <div data-r...
Becket asked 26/11, 2011 at 10:44

1

Solved

Firebug is reporting a syntax error for the following: <!DOCTYPE html PUBLIC "-//W3C XHTML 1.0 Transitional//EN" "DTD/xhtml1- transitional.dtd"> I don't understand why since it has worked...
Herbherbaceous asked 12/11, 2011 at 21:51

1

I need to parse a bunch of incoming XML documents but it does not contain DTD declaration. Currently I am parsing xml documents using SAX Parser but without DTD validation. Now I want to apply DTD ...
Elenore asked 11/11, 2011 at 8:44

4

The XML file I want to parse starts with : <!DOCTYPE plist PUBLIC "-//...//DTD PLIST 1.0//EN" "http://www.....dtd"> So when I start the SAX praser, it tries to access this DTD online, and ...
Lemke asked 17/11, 2008 at 15:0

1

Solved

Mobile site is not showing correctly. I have to zoom in to view my site correctly even if I have the correct DTD: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//WAPFORU...
Schuyler asked 3/10, 2011 at 14:23

1

Solved

I work with a tremendous volume of legacy code on system that requires people of all sorts from other departments with little or no technical experience to have to learn XML (and a rather elaborate...
Which asked 15/9, 2011 at 12:6

4

Solved

Is there a way (without installing any libraries) of validating XML using a custom DTD in PHP?
Sabinasabine asked 19/9, 2008 at 13:46

2

Solved

Regarding to my other question: XML deserialize null elements? I've got elements like these from a third-party server for API testing: <Taxable /> <DefaultPurchasePrice /> I just re...
Billhook asked 30/8, 2011 at 3:5

2

Solved

I need to be able to reference named HTML entities like • instead of the Unicode alternative • in an XML document. I have control over some parts of the XML document, such as def...
Parhe asked 28/6, 2011 at 15:20

1

Solved

Is it possible to include a DTD in another DTD? (I don't mean copy-and-paste the second DTD into the first DTD. I mean to have something like a pointer to the second DTD in the first DTD.)
Sopping asked 17/6, 2011 at 17:51

2

Solved

As an XML "noob" I have discovered the importance of element order when creating an XML stream/file that is validated against a DTD. Is it possible to define a DTD that is not order dependent on el...
Also asked 13/4, 2011 at 2:24

1

Solved

Can I define a DTD such that elements in it have their structures defined in an external DTD? I mean something like the following (this is an example that I know is invalid in several ways, but whi...
Guttery asked 6/6, 2011 at 23:59

5

Solved

If there is no DTD or schema to validate the H5 document against, how are we supposed to do document validation? And by document validation, I mean "how are we supposed to ensure our html5 document...
Acrogen asked 29/10, 2010 at 19:26

2

In hibernate we use configuration and mapping xml files. In xml the first line will be version and then we specify DOCTYPE DTD line. Example: <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hi...
Lizzettelizzie asked 27/5, 2011 at 11:21

1

Solved

currently, I have following DTD: <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> And it ...
Gather asked 26/5, 2011 at 12:31

1

Is there a way to disable XML validation based on external DTD/XSD without modifications to the source code (of the libraries that construct DocumentBuilder)? Something like setting JVM-wide defaul...
Arawn asked 4/5, 2011 at 12:41

1

Solved

I'm not familiar with the scala XML library. Is there a simple way to find the DTD of a document ? From what I've seen so far, scala.xml.XML.load only returns the Elem (the XML content of the docum...
Minorite asked 13/5, 2011 at 8:18

9

Solved

I'm new to Scala, so I may be off base on this, I want to know if the problem is my code. Given the Scala file httpparse, simplified to: object Http { import java.io.InputStream; import java.net...
Melosa asked 8/7, 2009 at 5:44

3

Solved

I have the option of validating XHTML 1.1 documents against the official XHTML 1.1 DTDs (I use the plural because the "main" DTD actually includes several others) or against the official XHTML 1.1 ...
Prelatism asked 28/8, 2010 at 10:55

1

Solved

test.xml: <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE email SYSTEM "test.dtd"> <email> <von>[email protected]</von> <zu>[email protected]</zu&...
Crib asked 28/3, 2011 at 6:30

3

Solved

My XML (a.xhtml) starts like this <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ... My code starts like this u...
Caraway asked 19/11, 2008 at 21:52

2

Solved

Is there a W3C document type available with both XHTML 1.0 transitional support and RDFa support? I am aware of the XHTML+RDFa 1.0 (http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd) DTD but that is X...
Brainwash asked 23/2, 2010 at 23:11

3

Solved

I'm trying to do xpath queries over an xhtml document. Using .NET 3.5. The document looks like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm...
Alexandra asked 1/4, 2010 at 3:49

1

Solved

I have a web service that processes an HTTP request. The document it receives has an embeded DOCTYPE that specifies a .dtd file. I wish to use a newer XML schema validation file made for when newer...
Seagirt asked 8/10, 2010 at 21:9

© 2022 - 2024 — McMap. All rights reserved.