Schema validation (Grammar)

2005-08-12 Thread Milan Tomic
Title: Schema validation (Grammar) I'm adding schemas like this: parser->loadGrammar(*is, Grammar::SchemaGrammarType, true); I have three schemas: first imports second, and second imports third. I which order I should load them?

[jira] Commented: (XERCESC-1327) Change all enum values from ALLCAPS to MixedCase

2005-08-12 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1327?page=comments#action_12318679 ] cargilld commented on XERCESC-1327: --- Hi, I have updated some more enums/variables that had common names, specifically UNKNOWN or S_NORMAL, in the 3.0 branch of svn. (ori

Re: Help needed in getting the value of a node

2005-08-12 Thread Dhirendra Pal Singh
Thanks. Dp Gareth Reakes wrote: Hi, On 12 Aug 2005, at 4:34, Dhirendra Pal Singh wrote: Hi All, I have the following xml... http://127.0.0.1:9955 You XML is not legal. Attributes have the form attr="value". Note the = Now I can read all the attributes of my-values using g

Re: Accessing external DTD over network

2005-08-12 Thread Alberto Massari
Hi, opening that URL using telnet I get this document: 301 Moved Permanently Moved Permanently The document has moved http://www.w3.org/TR/SVG10/DTD/svg10.dtd";>here. The socket-based NetAccessors don't handle redirects, so either you use the http://www.w3.org/TR/SVG10/DTD/svg10.dtd URL or

Accessing external DTD over network

2005-08-12 Thread Lumir Vanek
Hi, I have XML, that contain link to external DTD: "http://www.w3.org/TR/SVG/DTD/svg10.dtd";> While opening it using Xerces-C 2.6, I get error: An exception occurred! Type:NetAccessorException, Message:Could not open file: http://www.w3.org/TR/SVG/DTD/svg10.dtd When I try open this URL in b

Re: Help needed in getting the value of a node

2005-08-12 Thread Gareth Reakes
Hi, On 12 Aug 2005, at 4:34, Dhirendra Pal Singh wrote: Hi All, I have the following xml... http://127.0.0.1:9955 You XML is not legal. Attributes have the form attr="value". Note the = Now I can read all the attributes of my-values using getAttributes(). Then I can get a DO