ArchiveOrangemail archive

xerces-j-user.xml.apache.org


(List home) (Recent threads) (48 other Apache XML lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
  • This list contains about 9,514 messages, beginning Mar 2001
  • This list doesn't seem to be active

xerces-j-user.xml.apache.org

June 2004 - page 1
Character problems (1 Reply)
Stoaks, Max 108611935801 Jun 2004* Help! I'm transforming xml results that are encoded in UTF-8 using my xslt stylesheet that also specifies UTF-8. The output of the transform is h...
Stoaks, Max 108612665401 Jun 2004 I was doing this to get xml results from a search engine (http) to then transform: BufferedReader in = new BufferedReader(new InputStreamReader(urlCon...
Giana Marco 108625088703 Jun 2004 Hi all, I am having trouble getting xpath queries to function using XMLBeans. I have done searches to find solutions, but everything I have found does...
Bug in xerces (1 Reply)
Robert Houben 108627752403 Jun 2004* Does anyone know if this bug has been reported and/or fixed since the version of Xerces I am using? I'm using 2.6.0. The problem is this: I have ...
Stam 108630052403 Jun 2004* Hello! I am using Apache Xerces (from JAXP) to create DOM documents. I do not want to create them parsing XML documents but rather I want to create ...
Adrian Sutton 108630124203 Jun 2004 to >be costly. I'm currently using normalizeDocument to revalidate an existing DOM (I'm actually using the normalizeDocument method from ...
Gary Gregory 108636280104 Jun 2004 +1 (remove it). Gary...
PHDB _ 108636300604 Jun 2004* Hi all, I've got a strong behavior of Xerces when validating this file, where StartTime does not respect the pattern HHMM -- <Booking xmlns:xs...
Stoaks, Max 108647582805 Jun 2004 Hi, I'm getting some xml that contains duplicate elements (trees) that I'd like to eliminate before presentation. Can someone point out the ...
Stoaks, Max 108653546406 Jun 2004 I'm trying to remove duplicate elements from an xml document that looks like this: <CompanyResults> <CompanyResult> <CompanyTitle...
Züblin Thomas 108661149307 Jun 2004 Hi all, i use the dom3-xercesImpl.jar and the dom3-xml-apis.jar in my Java Applet. Whenever i make use of newer functions of org.w3c.dom.Node like Nod...
Jonas Munk 108662588007 Jun 2004 Hey guys I have a problem converting a DOM document into a string with namespaces. Now I use XMLSerializer while setting the .setNamespaces(true). But...
Robert Houben 108662709107 Jun 2004 Try this one: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method=...
Giana Marco 108668001508 Jun 2004 Hi all, I am having trouble getting xpath queries to function using XMLBeans. I have done searches to find solutions, but everything I have found does...
Giana Marco 108668919508 Jun 2004 Hi all,I have developed a web application which runs fine. A work mate tried to install the application but is getting the following error. The root c...
Drake J 108671565808 Jun 2004* I have been working on an issue involving xml schema for a while now that seems like it should have a simple solution but at this point I have not bee...
Christopher Ebert 108671894108 Jun 2004 Hi, It's a little hard to say without more detail, but yes that's probably it. You may want to add code to check the xerces version (org.apa...
Christopher Ebert 108671942008 Jun 2004 Sorry, I realize that Outlook turned the last post into something a little less than readable. Here's the file. You use the class by creating a L...
Drake J 108672689408 Jun 2004* schemaused. >> Is there anyway which I can figure out what the path was that was done forThank you, That simplifies my life in regards to ambigu...
Chris Borchert 108673312208 Jun 2004* I'm using Xerces 2.5 and have a DOMParser loading a file and validating against a DTD. I have an ErrorHandler set plus the validation feature set...
hari_dhandapani108679881209 Jun 2004* I am looking for an API to parse an XML schema doc. I have looked at the XML Schema API of Xerces and Eclipse XSD. At first glance, they seem to be di...
Robert Houben 108680010909 Jun 2004 You *can* build examples from the PSVI. After much struggling, I was able to do it. Some of the struggling came because the documentation was *incompl...
Elena Litani 108681527009 Jun 2004* good idea! :) +1 -- Elena Litani / IBM...
Eric Fedok 108689109510 Jun 2004* If I have an xsd of: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema...
Jonas Munk 108696569811 Jun 2004* Hey guys I have a problem converting a DOM document into a string with namespaces. Now I use XMLSerializer while setting the .setNamespaces(true). But...
Duane Jung 108698366411 Jun 2004 Has anyone seen these errors before. I'm validating xml against extended schema's and there is a problem resolving the extended type. I just...
Jan Dvorak 108698862411 Jun 2004* Hello list members, I've spent considerable time with this problem already, and I cannot see a solution. I have a skeleton document that contains...
Emond Papegaaij 108731090815 Jun 2004* Hello, At my work we are working with xerces and use it to validate xml messages against XSD's. Below is a (very small) part of such an XSD: ...
Duane Jung 108734364315 Jun 2004* Hi, I'm trying to validate an XML using an XSD that has multiple imports with the same namespace. An example XSD is below: I am importing 10 sche...
Travis Stevens 108736098416 Jun 2004* I don't know where to start with this scenario, any help would be great. I have XML documents in which I need to remove elements in order to be c...
Usorov, Evgeny 108738912316 Jun 2004* Hallo when using Schema which prooves the XML-File and Xincluded XML-File, the validation for second XML-File fails. I implemented XIncludeParserConfi...
Robert van Loenhout 108739181816 Jun 2004 Hi, sorry for being a bit off-topic, but nobody at the microsoft xml group could help me. At the server-side I use Xerces and at the browser client I ...
Robert Houben 108740223716 Jun 2004 I would recommend using the namespace-aware versions of the element/attribute creation methods and always put a qualifier in: <x:root xmlns:x=...
RE: Xerces & MSXML (2 Replies)
Robert Houben 108740262916 Jun 2004* We have to interoperate, too, so we're reasonably familiar with this problem. Make sure you are using msxml4 (the newer the msxml version, the mo...
Usorov, Evgeny 108740356516 Jun 2004 Hallo if i use derivation by restriction the validation of created schema fails. Xerces2-J (Version 2.6.2) don't recognize wrong derivation by re...
hari_dhandapani108743063117 Jun 2004 Hi, I am trying to read an XSD and generate xml based on it, tying together data from a database. What are my technology options? I see one option as ...
Wax, Ed 108748135117 Jun 2004 Evgeny, My experience has been pretty much the opposite; schema errors slip by MSXML but were caught with Xerces. At any rate, the sample you show bel...
Jason Thorpe 108748326817 Jun 2004 My suggestion would be to just use an XSLT transform on the XSD file (which is just xml.) That would keep your code really simple. We've been doi...
Robert Houben 108748327717 Jun 2004* I did this with WSDL files (which contain a schema). The only real difference was extracting the XSD from the WSDL. You want to look at the following ...
Usorov, Evgeny 108748409217 Jun 2004 Ed, i just tested with the Xerces-example "DOM/Writer.java" (Xerces-Version 2.6.2) and I don't get derivation by restriction error-mess...
Robert Houben 108748524717 Jun 2004 > Should be fixed in the latest CVS build [1]. Michael, any idea when this might get into a formal release? I'm OK with the CVS build, but my ...
hari_dhandapani108749403917 Jun 2004 Thanks all for your responses. Appreciate it. -hari "Robert Houben" <Robert.Houben@fusi To: onware.net> cc: (bcc: Hari Dhandapani/Peop...
Lewis Denizen 108754215018 Jun 2004* Hi, I was checking out the schema tutorial from W3C (http://www.w3schools.com/schema/schema_comple...). I came across this definition, but Xerces does...
Franz-Josef Herpers 108754788718 Jun 2004 Hi, I've some problems formatting my XML output generated by XmlSerializer. What I want is a line break after 72 signs/characters. So I'm se...
Christopher Ebert 108758822418 Jun 2004 Hi, I'll bet most refactoring tools would do the trick pretty easily: I use Eclipse, and the 'rename' refactoring does what you want wh...
Robert Houben 108759518418 Jun 2004 I'm doing a lot with the PSVI APIs. The ability to traverse a schema is important for me. -Original Message- From: Andy Clark [mailto:] Sent: Fri...
Michael Glavassevich 108765129819 Jun 2004* Hello everyone, I find when we receive feedback about Xerces-J, it's quite often about a bug a user has found (with the odd request for an enhanc...
Benjamin Kolin 108776566520 Jun 2004* This suggestion may meet with a fair amount of criticism, but most of the times that we need to touch Xerces internals are to ignore DTDs or protect a...
Adrian Sutton 108781152921 Jun 2004* Hi all, We've developed an applet that makes heavy use of Xerces, including it's internal APIs, and would like to avoid problems of conflict...
Christopher Ebert 108784056721 Jun 2004 Hi, Eclipse offers the option to change the name in strings and comments too: it requires that you review the changes as it does that, though, since i...

Next page

Home | About | Privacy