Skip to content

Instantly share code, notes, and snippets.

@arohner
Created January 16, 2014 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arohner/8448042 to your computer and use it in GitHub Desktop.
Save arohner/8448042 to your computer and use it in GitHub Desktop.
clojure.data.xml parse error
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[18,4]
Message: http://www.w3.org/TR/1999/REC-xml-names-19990114#AttributePrefixUnbound?project&xsi:schemaLocation&xsi
XMLStreamReaderImpl.java:598 com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next
xml.clj:201 clojure.data.xml/pull-seq[fn]
LazySeq.java:42 clojure.lang.LazySeq.sval
LazySeq.java:60 clojure.lang.LazySeq.seq
RT.java:484 clojure.lang.RT.seq
core.clj:133 clojure.core/seq
xml.clj:98 clojure.data.xml/seq-tree[fn]
LazySeq.java:42 clojure.lang.LazySeq.sval
LazySeq.java:60 clojure.lang.LazySeq.seq
LazySeq.java:82 clojure.lang.LazySeq.first
RT.java:577 clojure.lang.RT.first
core.clj:55 clojure.core/first
core.clj:101 clojure.core/ffirst
xml.clj:115 clojure.data.xml/event-tree
xml.clj:236 clojure.data.xml/parse
xml.clj:242 clojure.data.xml/parse-str
@arohner
Copy link
Author

arohner commented Jan 16, 2014

<!--
 Copyright 2009 Google Inc.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<project xsi:schemaLocation=
  "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
  >
  <modelVersion>4.0.0</modelVersion>

  <groupId>com.google.javascript</groupId>
  <artifactId>closure-compiler</artifactId>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment