0
votes
1answer
16 views
Immediate update of site-map index in google, shouldn’t that be impossible?
Ckeck out http://www.blocket.se/goteborg?ca=15
Look at the first ad.
Copy the headline, and paste it into google, and also write 'blocket' after the headline in google, now searc …
1
vote
3answers
43 views
How to edit XML with XSL ?
Hi everyone.
I'm writing a dummy "MyAgenda" application in Java which has to allow maintenance of the XML file that stores the data.
Say I have a XML file like:
<myagenda> …
0
votes
3answers
51 views
How to solve this error “The element type “head” must be terminated > by the matching end-tag “</head>”?
Why i'm getting this error
Using
org.apache.xerces.parsers.SAXParser
Exception
net.sf.saxon.trans.XPathException:
org.xml.sax.SAXParseException: The
element type "hea …
0
votes
1answer
16 views
Question on storing an xml document in a text document within a publish / subscribe architecture
I was having a discussion at work today with some colleagues who are a ways down the path of architecting a new application. Other applications in the company will want to react t …
1
vote
1answer
35 views
XML <-> JSON conversion in Javascript
Hi,
Does anyone know of a good solution to convert from XML to JSON and then back to XML?
I found two tools for jquery, xml2json & json2xml.
Each of these works very well - …
6
votes
2answers
98 views
Import huge XML data (> 1Gb) into SQL Server 2008 daily
Dear all:
I have encountered a problem that I need to import a huge XML (> 1Gb) into SQL Server 2008 daily. What I have now is a sample XML file and the XML schema of it. The XML …
1
vote
2answers
44 views
What is XML BOM and how do I detect it?
What exactly is the BOM in a ANSI XML document and should it be removed? Should a XML document be in UTF-8 instead? Can anyone tell me a Java method that will detect the BOM? …
1
vote
8answers
168 views
Is this good XML?
Hi all,
I'm working for a client who's been using this XML structure for his website's content:
<section title="title1" layoutType="VideoViewer" xmlPath="xml/ita/title1.xml" p …
1
vote
1answer
28 views
Load repetitively-named XML nodes using Linq [C#]
Hello,
I'm working on a program that needs to be able to load object-properties from an XML file. These properties are configurable by the user and XML makes sense to me to use.
…
11
votes
16answers
566 views
Why is Everyone Choosing JSON Over XML for jQuery?
I thought XML is highly portable and can be used as a mini database. I have seen XML used everywhere. I even see large companies switching over to JSON. Even Microsoft has integrat …
0
votes
3answers
45 views
Parsing this XML feed using PHP
I have an xml feed at this url
Now im trying parse the content, particularly the content in <REDIRECT></REDIRECT> tags.
I use the following code to try and parse the c …
5
votes
3answers
38 views
XML Diff: How to generate XML diff using XSLT?
I would like to compute the diff between two XML files or nodes using XSL/XSLT. Is there any stylesheet readily available or any simple way of doing it?
1
vote
2answers
26 views
How to extract XML from WebBrowser?
I want the same as WebBrowser.Document.Body.InnerHtml, but as an XML representation.
0
votes
1answer
37 views
Fastest/One-liner way to get XML nodes into array of “path/to/nodes” in Ruby?
What is the fastest, one-liner/shortest way to get an Array of "strings/that/are/paths" from an XML file, using Nokogiri preferably. I'd like to build the array with an arbitrary …
0
votes
3answers
36 views
Ruby Regexp to extract specific elements in an XML string
I have a simple XML string, that is more or less always the same. I'd rather avoid using an XML parser for such a little piece of code, and I though Regexp would help.
The XML str …
