DOMTypeInfo::getName - changes from xerces 2.5 to 2.6??

2004-12-14 Thread Steve Harrington
Hi, I had some working code that I was running with xerces 2.5 and when I changed to xerces 2.6, it broke. Did something related to DOMTypeInfo change? Here's the code snippet: for (unsigned int i = 0; i < paramNodes->getLength(); i++) { DOMNode * paramItem = paramNodes->item(i);

Comments in XML.

2004-12-14 Thread Gill, Prabhprit (Prabh)
Hi,   Discussions with my colleagues has raised a wish-list item.  It would be nice to have a "nested comment" feature allowing the commenting of large portions of XML, which itself may contain comments.  Currently, any attempt to do so results in failure at the point the first internal comm

Re: Comments in XML.

2004-12-14 Thread david_n_bertoni
> Discussions with my colleagues has raised a wish-list item. It would be nice to have a "nested comment" feature > allowing the commenting of large portions of XML, which itself may contain comments. You want something you think is "nice," but has a very high cost. Something that would requir

Re: DOMTypeInfo::getName - changes from xerces 2.5 to 2.6??

2004-12-14 Thread Gareth Reakes
Hi, Could you provide us with a small snippet of xml and the code you use to parse the document? Cheers, Gareth Steve Harrington wrote: Hi, I had some working code that I was running with xerces 2.5 and when I changed to xerces 2.6, it broke. Did something related to DOMTypeInfo change? Here's

[jira] Resolved: (XERCESC-684) Add accessor to XMLScanner to get the current grammar type

2004-12-14 Thread cargilld (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-684?page=history ] cargilld resolved XERCESC-684: -- Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed A fix is in CVS. Please verify. > Add accessor to XMLScanner to get the cu

RE: Comments in XML.

2004-12-14 Thread Jesse Pelton
Xerces implements standards. If you can get the W3C XML committee to incorporate this into the standard, I'm sure Xerces will support it. However, the fact that it's not already there suggests that it might not, in fact, be "welcome by all." From: Gill, Prabhprit (Prabh) [mailto:[

[jira] Closed: (XERCESC-1303) NodeIterator and TreeWalker ExpandEntityReferences not implemented

2004-12-14 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1303?page=history ] Alberto Massari closed XERCESC-1303: > NodeIterator and TreeWalker ExpandEntityReferences not implemented > -- > >