Subjects
Home
VOTE Move XML Commons to Xerces
Commented: (XERCESJ 589) Bug with pattern restriction on long strings
: Xerces J 2 8 1 Release on Wednesday, September 13th
: Xerces J 2 9 0 Release on Wednesday, November 22nd
Commented: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1178) Error getting prefix for an attribute with no n
Updated: (XERCESJ 1244) XMLSchemaValidator does not contribute element 's
Some consideration about the xerces DOM implementation
Updated: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1227) Poor performance / OutOfMemoryError for sequenc
retain exception stack traces
Updated: (XERCESJ 1193) NPE or hang when parsing using the "continue afte
Future of NekoHTML
Commented: (XERCESJ 1203) NPE in XMLDTDProcessor
DOM Level 3 APIs for Xalan J and a new Xalan release (2 7 1)
: xml commons external 1 3 04 Release on Wednesday, November 22nd
Commented: (XERCESJ 1247) Incorrect location information on SAX when usin
XInclude exceptions how to mirror Xerces J functionality into Xerces C++?
First proposal on SoC project "Add support for the StAX (JSR 173) cursor API
: xml commons resolver 1 2 Release on Wednesday, November 22nd
Typo in RangeToken java Please check
Validator features
java lang ClassCastException when adopting Node
using the org apache xerces impl xs identity package
Updated: (XERCESJ 1257) buffer overflow in UTF8Reader for characters out
Problem with ref attributes and schema validation
Updated: (XERCESJ 122) XMLSchemaValidator does not contribute element 's d
Performance problem under load Xerces with Weblogic 9 x
remove ignored memory allocation
Commented: (XERCESJ 1177) SAXXMLStreamReader doesn 't always report namesp
Commented: (XERCESJ 977) Null pointer exception during DOM parsing
Commented: (XERCESJ 1197) Code cleanup for org apache xml serialize
Commented: (XERCESJ 1201) Initial contribution for StAX Event API
Updated: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special c
Commented: (XERCESJ 1199) SAXXMLStreamReader should attempt to register a
Commented: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special
Updated: (XERCESJ 589) Bug with pattern restriction on long strings
StackOverflow
xerces Range unnecessarily not garbage collectable if not detached
Updated: (XERCESJ 1178) Error getting prefix for an attribute with no nam
Bug in xs:redefine
Commented: (XERCESJ 1204) Can not set XMLEntityResolver for LSParser
Updated: (XERCESJ 1253) Prototype for SoC2007 project "Add support for th
Updated: (XERCESJ 1259) Add SteamFilter Function to SoC2007 project "Add
Assigned: (XERCESJ 444) SAXException thrown by EntityResolver is reported
Google Summer of Code 2007
Xerces J and XInclude relative path issue
Assigned: (XERCESJ 206) Stack overflow when using a schema validation
Commented: (XERCESJ 1215) Restrictions involving two levels of substituti
Closed: (XERCESJ 1203) NPE in XMLDTDProcessor
non overriding equals methoda
Resolved: (XERCESJ 1079) invalid value returned for TOTALDIGITS facet in
Xerces AS3 port
Updated: (XERCESJ 325) Regular Expression; Pattern "| " clause order de
Updated: (XERCESJ 1196) Javadoc generation fails on Java SE 5 0
Closed: (XERCESJ 1202) DTD validation on XIncluded documents when the sch
Created: (XERCESJ 1124) Nonspecific schema error message
a bug in xerces
Updated: (XERCESJ 1201) Initial contribution for StAX Event API
Closed: (XERCESJ 1254) Empty uris in targetNamespace attribute not report
Links
Home
Oracle database error code
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Xerces
Page 66 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10  

<unique > validation

I have specified unique constraint for an element in my schema document. But when I validate schema instance documents against this schema using Xerces 2 Java Parser 2.4 error is not shown for the s

XMLSerializer attributes and carriage returns - bug?

I have an XML document that contains carriage returns and line feeds in attributes. When I serialize this document with XMLSerializer these carriage returns and line feeds appear in the output as exa

Using entities with an XML document constrained by xml schema

Hi All I am fairly new bee as far as xml schemas are concerned.Following problem has troubled me for last 2 days.I have searched all user archives and web resources but no use.So finally i am sending

<tag/ > vs. <tag > </tag >

Is there a usual way to make the XMLSerializer output <tag > </tag > instead of <tag/ > for empty nodes (no value)? Thanks Troy Holly

SAXParserException

Hi there I am using xerces SAX parser + JClark XT transformation engine for my web based application. it works fine but few times I get following exception. "An invalid XML character (Unicode 0x0)

XMLSerializer without a DTD

Instances of XMLSerializer with format.setPreserveSpace(false) are outputing spaces which may be a bug. Heres my input file (dots are spaces) <TELEGRAM > ... <PAKID >4711 </PAKID > </TELEGRAM > Here i

End of line chars being treated as content by SAX

<html > <div style 'background-color ' > <DIV >Hi I 'm having a problem when deploying my Java/SAX application from an OSX test environment to my Linux server. </DIV > <DIV >  </DIV > <DIV >I am using the f

CyberNeko Tools for XNI 2003.05.02 Available

I have *finally* gotten some time to release a new version of the CyberNeko Tools for XNI incorporating bug fixes and updating the implementation for changes introduced in Xerces-J 2.4.0. My apologies

xerces not parsing elements correctly

I am using xerces to parse an xml file containing the element <ldap.username >uid admin ou Administrators ou TopologyManagement o NetscapeR oot </ldap.username > But the parser is deleting some cha

problems to differ between entities

Hello friends I use a old version of xerces (1.4.1 sorry for that it is a company decision) and use the DocumentBuilder to parse xml files. Now the problem After parsing the document I find a l

XSD Grammar documentation

Hey is there documentation on the XSGrammar what it is and how it works? Thanks Blake Meike

Constraints in Schema

Hello Group I have an XML Schema that has unique constraint in it. But Xerces is not validating the XML against this constraints. Does Xerces is able to handle unique/relationship constraints

XMLParserConfiguration

When we have an instance of org.w3c.dom.Document how do we get the reference of org.apache.xerces.xni.parser.XMLParserConfiguration? Any comments? Pae

Validating text to xml conversion

Hi I 'm creating a program that parses a text file and uses its data to create an xml file. The xml file is defined by an XML schema. Using a sample I 've found in Internet I 've decided to develop

validating an xml file using sax parser

Hi Friends I am trying to validate an xml file using sax parser. But my program never finds schema file. Whether the schema file is there or not it always throws bunch exceptions like "Element type

changing Xerces feature settings via a config file?

Hi I need to change the value of a Xerces feature setting (deferred-node expansion) but I do not have access to the code that instantiates a parser and uses it to parse a document (I just get back

Access XML Schema in Applet jar file

Hi all! I am creating an application (Client-Server Client HTML including an applet jar file). Inside the applet I am creating an XML string that I want to validate against an XML Schema Definitio

accessing attributes

A while ago I posted a question asking how to save element information (specifically a line number) during the DOM parsing. The method I used was overriding the startElement method and saving a mappin

Schema backward compatibility

Hi The schema version that xerces-j is supporting is http //www.w3.org/2001/XMLSchema There are other schema versions like http //www.w3.org/2000/10/XMLSchema and http //www.w3.org/1999/XMLSchema w

Réf. : Re: Réf. : Re: Réf. : RE: XSModel

Thank you I will have a look. Bob Schloss <rschloss@(protected) Pour xerces-j-user@(protected) ibm.com > cc

Réf. : Re: Réf. : RE: XSModel

> introspect the schema itself Sandy >If you want to check the properties of various schema components then XSModel is the answer. Sandy >If you want to check the original XML representation of t

Anyone can explain this error message?

org.xml.sax.SAXParseException cvc-complex-type.2.4.a Invalid content starting with element 'Flat_POBox '. One of '{ " " Flat_POBox} ' is expected. What does the " " Flat_POBox mean? Is it an either/or s

Réf. : Re: Réf. : Re: Réf. : RE: XSModel

>You mean put it in a grammar pool and give the pool to the parser? I mean loading a schema and making the parser to use it for validation. But I didn 't upgrade my code since weeks and I continu

Réf. : Re: Réf. : RE: XSModel

Absolutely you 're right ! I 'm sorry I made a confusion between ASModel and XSModel. I profit from this discussion to ask my question a second time after setting a schema model to a dom parser to

Réf. : RE: XSModel

I asked a question like that a few weeks ago. Someone answers me that XSModel was dead and should not be used now. Because I had to introspect schemas I decided to use a simple XML parser to do that

XSModel

Hey this is confusing. All the documentation I can find about manipulating an XS Grammar says to get the grammar from the grammar pool after the XSD is parsed cast it to an XSGrammar and then

Xerces not calling startElement

Hi everyone Just the other day may program stopped calling startElement. It calls endElement startDocument and others but it won 't call startElement. What did I do and how can I un-do it ? Th

Ho wdo you use multiple Namespaces in a Schema

Hi All I have been looking everywhere and I 'm wondering how you use multiple Namespaces in a XML file with a matching Schema which references and uses the multiple Namespaces? Are there AN

XMLGrammarBuilder NullPointerException

Hi this may be a simple usage issue but I 'm trying to use XMLGrammarBuilder for validation of an instance document against a schema. I 'm using the following command java xni.XMLGrammarBuilder -a

Document is invalid: no grammar found - SOLVED

<html > <div style 'background-color ' > <DIV > <P >Hi </P > <P >I finally found the solution to my problem... I got it working by setting the <A href "http //apache.org/xml/features/validation/schema " >http /
Page 66 of 76 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10