Tagged Questions
0
votes
1answer
52 views
Parsing HTML from XML description tag with illegal characters
I'm using a QML XmlListModel to display XML feeds which works. Except the formatting is off due to HTML being contained in the description tag below.
<description><p><a ...
0
votes
1answer
69 views
SimpleXMLElement, How to Avoid Entity Errors? (Entity 'Acirc' not defined in …)
How can I avoid as many entity conflicts as possible in an environment where the XML doc is containing blog-post type content?
Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: ...
0
votes
0answers
61 views
getting special characters while writing an xml
I was trying to write some contents extracted from one tool and by using those information, I used to write it on xml file using XML Writer method.where when i get a new line character,some special ...
0
votes
0answers
67 views
NUL symbol gets inserted anywhere in the XML
I am using Oracle 11g and when I query data from database manually, it looks ok. But when I view it using Notepad++, there is a special character that gets inserted anywhere in the xml produced. ...
1
vote
1answer
182 views
regex that allows chinese characters
I have a regex that blocks invalid characters in a string, but it's also blocking chinese characters and i dont want it. Please help me with it. Below is the regex string that I am using.
String re ...
1
vote
1answer
55 views
Converting String to Character in PHP
I'm developing an application where it uses SOAP calls to another server. SOAP uses an WSDL(XML) which defines all properties and types of every object. All of the logic is being developed in PHP.
...
0
votes
1answer
39 views
insert based on word lenght
First, I am not a programmer.
I have a huge XML file with terms described thus:
<term>
<termId>MANUAL000399</termId>
<termUpdate>Add</termUpdate>
...
0
votes
0answers
67 views
XML and Latin1 issue
Is there any simple way to just save a xml file so that it would show the latin characters?
For some strange reason I have my original file from some years back which works fine but if I copy new ...
0
votes
3answers
559 views
Insert special character XML to SQL
I'm trying to update a column of type XML.
Text to be inserted in the XML fields: "& Decision ↨‼ Agreement"
Text converted to XML: <?xml version="1.0" encoding="utf-16"?><Informations ...
0
votes
1answer
184 views
Special characteres <, >, ", and & in XML in Flex
How to use special characteres like <,>,", and & in XML in Flex?
Example: i have
xmlList = <permission id="1" label="true"/>;
and
xml = <item id="1" permission="" />
i do ...
0
votes
2answers
337 views
UTF 8 encoded Japanese string in XML
I am trying to create a SOAP call with Japanese string. The problem I faced is that when I encode this string to UTF8 encoded string, it has many control characters in it (e.g. 0x1B (Esc)). If I ...
-1
votes
1answer
904 views
c# xml string special characters An error occurred while parsing EntityName. Line 1,
Please help explain why the dataset cannot read the encoded xml?
string xml = "<?xml version=\"1.0\" standalone=\"yes\" ?>
<DataSet><node>it's my \"node\" & i like ...
0
votes
0answers
334 views
C# - System.Xml.XmlException: '@' Character Error
I am having an issue with this bit of code.
XMLParameter param1 = new XMLParameter();
TabletWebService service1 = ModuleName.MainWebService();
...
0
votes
1answer
311 views
Is “EF BF BF” allowed character in XML(UTF-8)?
Is "EF BF BF" allowed character in XML(UTF-8)?
<?xml version="1.0" encoding="UTF-8" ?>
<XML>
<DOCUMENT>
<CONTENT>" "</CONTENT>
</DOCUMENT>
...
0
votes
1answer
52 views
Escape many tags at the same time in XML
I have XML tag that has the content which is HTML document.
<xml-tag>
<!--
<p>html document goes here</p>
<p><span id="important">important ...
0
votes
1answer
225 views
PHP: hungarian character in XML
I have a webservice that produce XML result.
I have been working on this site till now, because locally (in my machine) it is working in another way as in the server...
The server have english OS, ...
1
vote
2answers
608 views
easiest way to remove invalid characters from a xml file?
I have a xml file with invalid characters. I searched through internet and haven't found any other way than reading the file as a text file and replace invalid characters one by one.
Can somebody ...
0
votes
1answer
331 views
How to override XmlTextReader character entity expansion?
Using the .Net framework, I need to read XML entity text as raw string values (character entities not expanded) for use in a comparison / merge function. As far as I can tell, there's no way of ...
0
votes
1answer
344 views
Using escape character to replace & with & in an xml file vb.net
I am trying to replace an & in the name of a service in an xml document.
The & is causing an error. Is there anyway i can write some piece of code which will escape "&" as " & a m p ...
1
vote
2answers
75 views
PHP lines with XML cause unexpected '>' errors
When I set variables that include angle brackets (< >) or slashes I keep getting errors like the following (code simplified to focus on error):
Parse error: syntax error, unexpected '>' in ...
1
vote
1answer
241 views
Format Text/XML output on HTML Page using Java Methods
I'm retrieving a String value from a database that is in XML format an example of the String:
...
1
vote
2answers
420 views
preserving character entities during xslt
I've been using, for example, the degree character entity ° in my source xml and it was always output as ° after translation and worked fine. However, I've recently had to switch ...
0
votes
0answers
64 views
Value of enter/return
I have a Saxparser implementation in Java. I'm parsing an XML file, but I want to skip doing something in the characters method when the character is an enter. The problem is that I have no idea how ...
0
votes
1answer
362 views
What values do I use when reading from memory mapped file? C#
so this the code snipit:
static void Main(string[] args)
{
Console.WriteLine("Memory mapped file reader started");
using (var file = MemoryMappedFile.OpenExisting("AIDA64_SensorValues"))
...
0
votes
0answers
160 views
Strange square character is breaking my XML - how to detec and remove it?
I have this strange square character containing: 001A which is breaking my XML. In the database it is stored as a small arrow but then displays this square on the webpage. Any ideas much ...
5
votes
1answer
2k views
Is the at-sign (@) a valid HTML/XML tag character?
I'm doing some HTML stripping using regular expressions (yes, I know, never parse HTML with regexes, but I'm just stripping it, and I also unfortunately cannot use any external libraries). I'm using ...
0
votes
1answer
261 views
Android Parsing XML Problem with Character “<”
I am parsing a XML file and wrap it into a DOM object. But I encountered a problem while parsing the tags(of the XML file) with the following format:
<Teaser><p>String Content ...
2
votes
3answers
1k views
'Characters only' check in xsl string?
How can i check if a string include only characters (XSLT File)?
<xsl:variable name="IsValid1">
<xsl:choose>
<xsl:when test="string-length(//FirstName) > 0 and ...
0
votes
1answer
275 views
Special Character and html tag parsing in xml
I have an xml in which it contails <br/> tag in the element data fiels. I am able to parse it using string builder in Sax parser. Now i want to trim down some of the tags and return back an xml ...
2
votes
1answer
375 views
How to get the character location of a XmlElement?
Let's say in my C# code I have retrieved a XmlElement (or XElement) from a XmlDocument (or XDocument). How do I get the character location of this XmlElement in the XML file?
In other words, I want ...
0
votes
1answer
139 views
Space Character in XML doc gets converted to funky ? char in SQL Server and on web page
This is a snippet of text from the source xml document:
Great Lakes. The largest
It looks like there is a normal space between the period after Lakes and the word The after the period. But this ...
2
votes
0answers
132 views
What is the earliest version of TinyXML that correctly translates character entities?
According to TinyXML documentation, the latest version of the software correctly translates the standard five XML character entities (&, ", ', >, <) into their human-readable ...
0
votes
1answer
685 views
Ignoring whitespaces, carriage return and tab characters between elements when parsing an XML file
I want to parse an XML file with SAX Xerces C++ while ignoring any white spaces, carriage return and tab characters that are NOT within element attributes or within a start and end element. I want to ...
3
votes
2answers
957 views
Delphi, IXMLDOMDocument2, Load fails due to invalid character
Using Delphi 2009 and IXMLDOMDocument2
I receive "An invalid character was found in text content" error when loading XML into IXMLDOMDocument2. The character is 1B (in Hex) and is present within a ...
0
votes
2answers
444 views
NSXMLParser, Issue with ASCII Character Set
<Feeds>
<channel>
<ctitle>YouTube</ctitle>
<cdescription>YouTube - Recently added videos</cdescription>
<items>
<recentlyAdded> ...
0
votes
3answers
3k views
How can i handle Special characters( =) in XML
I have some special characters in my data inside xml.So i am getting error to handle them.
...
1
vote
2answers
264 views
Can non-latin characters be used in XML tags?
Is this legal?
<?xml version="1.0" encoding="UTF-8"?>
<Glāžšķūņa Rūķīši="7">
</Glāžšķūņa>
I know I can use all kinds of characters in the content and attribute values, but can I ...
1
vote
2answers
2k views
Non-unicode XML representation
I have xml where some of the element values are unicode characters. Is it possible to represent this in an ANSI encoding?
E.g.
<?xml version="1.0" encoding="utf-8"?>
<xml>
...

