Tagged Questions
The malformed tag has no wiki summary.
7
votes
1answer
130 views
Scala or Java Library for fixing malformed URIs
Does anyone know of a good Scala or Java library that can fix common problems in malformed URIs, such as containing characters that should be escaped but aren't?
5
votes
3answers
529 views
How do you handle malformed HTML in Perl?
I'm interested in a parser that could take a malformed HTML page, and turn it into well formed HTML before performing some XPath queries on it. Do you know of any?
3
votes
3answers
219 views
using C#'s XmlReader on slightly malformed XML
I'm trying to use C#'s XmlReader on a large series of XML files, they are all properly formatted except for a few select ones (unfortunately I'm not in a position to have them changed, because it ...
3
votes
4answers
167 views
How to prevent malformed tags for XSS
I read a comment about malformed tags being used for XSS attacks. How am I supposed to sanitize against these. If I use a library like HTMLPurifier, does it take of this as part of its work? or is ...
2
votes
1answer
63 views
Identifying the source of malformed URLs
We occasionally get errors in the log for our web application saying that a request for a URL was malformed. The URL itself would look something like this: http://{sampledomain.com}/<br>. The ...
2
votes
2answers
610 views
Reading in Malformed XML (unencoded XML entities) with PHP
I'm having some trouble parsing malformed XML in PHP. In particular I'm querying a third party webservice that returns data in an XML format without encoding the XML entities in actual data. For ...
1
vote
1answer
46 views
Malformed SQLite Database Without Exception Being Thrown
I have an SQLite database with records being inserted into it for my Android app.
I am inserting the answers to on screen surveys, with one answer saved per row in my table.
My surveys have 20 ...
1
vote
1answer
34 views
How to convert malformed DateTime in XML source into valid DateTime
I have XML source data that contains DateTime data in the wrong format, like so:
<ord_dt>9/12/2011 11:56:12 AM</ord_dt>
I need to import the XML into Excel, and have Excel recognize ...
1
vote
1answer
58 views
malformedXML: During update: accessForm:passMessage not found
I'm trying to improve my web app. I read this article http://balusc.blogspot.com/2011/01/jsf-20-tutorial-with-eclipse-and.html and tried to implement some of the ajax stuff (I'm very new to JSF and ...
1
vote
1answer
184 views
How to use Java to encode/decode/transcode byte array using a charset directly
I have a malformed string which may be caused by a bug of MySQL JDBC driver,
The bytes of a sample malformed string (malformed_string.getBytes("UTF-8")) is this:
C3 A4 C2 B8 C2 AD C3 A6 E2 80 93 E2 ...
1
vote
1answer
84 views
Malformed HTML and XPath query
I have a malformed HTML that I can't change. Running a XPath Query doesn't return the nodes at all:
$el = $xpath->query("//a[@class='product']/table"); // can get a tag with ...
1
vote
1answer
94 views
fixing malformed XML
I have a huge file that consists of malformed xml (mostly unescaped XML characters and CDATA sections). I am looking for a decent parser that can fix-up the malformed xml. I have used IntelliJIdea ...
1
vote
2answers
61 views
What's wrong with this url?
Why is Xul app saying
XML Parsing Error: not well-formed
for:
<browser class="AppBar" type="content" src="test.html?img1=img1.jpg&img2=img2.jpg" flex="4"/>
at the equals sign ...
1
vote
2answers
101 views
Simple simple template returning odd numbers?
EDIT BEFORE YOU READ: Sorry.. I didn't add newline so it appeared jumbled, I can't delete the question because I'm not registered yet, sorry for wasting your time guys.
I just used a template for the ...
1
vote
3answers
1k views
Why is BeautifulSoup throwing this HTMLParseError?
I thought BeautifulSoup will be able to handle malformed documents, but when I sent it the source of a page, the following traceback got printed:
Traceback (most recent call last):
File "mx.py", ...
0
votes
2answers
41 views
Using a XML schema to fix an XML in Java
Does anyone know of a tool that would allow me to take an XML string in Java, check it against a schema, and fix it if it is malformed?
For example, given the following schema and xml code
<?xml ...
0
votes
0answers
52 views
ANT SCP Task Error - Malformed reply from SOCKS server
Hey I have a bit of a weird problem.
I have two projects in my eclipse (indigo) workspace that each have an identical ANT build script.
When I run the script in the first project everything works ...
0
votes
0answers
142 views
sqlite3 database error on running pragma integrity check
sqlite> pragma integrity_check;
*** in database main ***
Page 21921327: btreeInitPage() returns error code 11
On tree page 36 cell 9: Child page depth differs
Page 26128475: btreeInitPage() returns ...
0
votes
1answer
122 views
sqlite malformed db only locally
I have a SQLite db hosted on my website and there it works fine. I need add some new query and I like to test them locally before going live.
The problem is that after I download the db file to work ...
0
votes
1answer
393 views
How to detect “Invalid character found in text content”
I'm doing an XML validation in Java, using SAX, and i'd like to recognize the following kind of error :
"An invalid character was found in text content".
At the moment, i have a validation with SAX, ...
0
votes
1answer
187 views
Malformed XML, responseXML and jQuery - how to let then work?
I need to parse some web pages with jQuery, and I've tried to make use of methods related to the httpRequest.responseXML approach. In this way, I've found that XML for this page appears malformed ...
0
votes
1answer
79 views
Textareas and unsafe content
I've got wiki style content which is sanitized and stored in another field of the db for output as html. The original body field I'm not sure how to deal with as when I santize it characters are ...
0
votes
2answers
1k views
How to avoid malformed URI sequence error?
I'm working with perl. I have data saved on database as  “
and I want to escape those characters to avoid having malformed URI sequence error on the client side. This error seems to happen on ...
0
votes
1answer
361 views
UDP malformed packets
I use C# program for client UDP application. Application listens for a connection, and then communicates.
Socket udpClient = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ...
0
votes
1answer
180 views
how can multiple trailing slashes can be removed from an url in Ruby
What i'm trying to achieve here is lets say we have two example urls:
url1 "http://emy.dod.com/kaskaa/dkaiad/amaa//////////" & url2 = "http://www.example.com/".
How can I extract the striped ...
0
votes
5answers
1k views
Clean HTML using C#
How do I repair malformed HTML using C#? A great answer would be an HTML Agility Pack sample!
I'm scraping a site (for legitimate use). The site's HTML is OK but there are some annoying problems.
...
0
votes
3answers
1k views
SVN checkout fails saying URL is malformed
I am trying to checkout files using subversion on RedHat Linux but the checkout fails saying URL (http/https) is malformed or the scheme or host or path is missing.
I am not sure now what more ...
0
votes
1answer
129 views
Fixing bad XML in Lua
I have a Lua program that is consuming data from an external device. The device is returning malformed XML that looks like:
<element attribute1="value1" attribute2="value2" attribute3=" m ...
0
votes
2answers
332 views
Detect if IFRAME's document is malformed
I'm loading a page into an IFRAME, and I would like to know if the download was incomplete .. and the HTML is malformed, and missing the closing tags like </body> and </html>.
Is there ...