The xml tag has no wiki summary.
0
votes
1answer
46 views
How to efficiently type in a pair of XML tags in Emacs?
How to efficiently type in a pair of XML tags such as <tag></tag> in Emacs?
I am hoping some sort of auto-complete behavior.
0
votes
1answer
82 views
How to formally reject a SOAP request? [closed]
I've a large F5 LTM load balancer environment I'm looking after which we are configuring to rate limit requests at a URI level. For human web users we are 302ing them to a busy page, but we also run ...
0
votes
0answers
3 views
Editing XML files [migrated]
I have some XML files and I need to edit them automatically.
For example
<Content>
<Texts>
<Text id="1">
<en value="blaabla" />
</Text>
<Text id="2">
<en ...
3
votes
1answer
60 views
Customizing urlbar formatting in Firefox
Firefox 6.0 introduced URL formatting in the address bar, i.e. the domain.tld is black, while protocols, subdomains, and paths are grey. The related about:config entry to enable/disable this feature ...
1
vote
1answer
43 views
Microsoft Office Data Connection to utilise an external XML Data source?
I want to be able to process or product for connecting an external XML data connector to Microsoft Office Products (specifically Excel) so that it's seamless to the product. Essentially the ...
0
votes
2answers
35 views
Viewing XML properly in Firefox 8.0
How do I make this XML display properly on Firefox?
I want any addon or plugin or anything that will allow me to read this XML properly from the get-go (and hopefully enable me to expand/collapse ...
3
votes
10answers
204 views
Scripting: what is the easiest to extact a value in a tag of a XML file?
I want to read a pom.xml ('Project Object Model' of Maven) and extract the version information. Here is an example:
<?xml version="1.0" encoding="UTF-8"?><project
...
0
votes
2answers
86 views
how to write multiple lines to a file using shell script?
I need to read data from a source and have to form a XML file using shell script. But first of all i don't know how to write multiple lines in a file using shell script
0
votes
1answer
80 views
Transform Eclipse Help plugin (DITA) to EPUB or PDF
I'm using Oxygen XML Author plugin for Eclipse (fully functional 30 day trial), and I want to convert (transform) sample Eclipse help file plugin to epub or PDF, to be able to view in on my ereader.
...
-1
votes
1answer
80 views
Is there any XML creator or builder available in shell scripting for creating XML doc?
Is there any XML creator or builder available in shell scripting for creating XML doc and applying a stylesheet?
I need to fetch data from a database and write those records into an XML document. ...
0
votes
1answer
68 views
Powershell XML precessing very slow
I have a couple (20) of svg-fonts (xml based font format), on average each one of them is about 300kb and contains about 100 Glyph-tags. I would like to process each glyph with Inkscape. So the part ...
1
vote
2answers
59 views
Finding multiline CDATA text in a bunch of XML files (possibly using grep)
I have several thousand (well formed) XML files of the following template :
<?xml version="1.0" ?>
<queries>
<statement name="foobar">
<body><![CDATA[
Several ...
0
votes
0answers
11 views
Docbook: Centralized glossary, where each document includes only terms which appear in it?
Trying to figure out if this (or something similar) is possible.
I'm working with a collection of technical documents, all written in DocBook. The documents each contain many acronyms, technical ...
0
votes
0answers
66 views
Writing xml with powershell
i have a script that get all the info i need about my SharePoint farm :
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") > $null
$farm = ...
1
vote
2answers
85 views
How do I “run” an XSLT file?
I've received a great answer about sorting XML - I need to use XSLT. But how do I actually do that? What software is required?
What command or application do I need to start to get a "converted" XML ...
0
votes
1answer
131 views
What Windows app can sort a huge XML file?
I have some enormous XML-based configuration files, with 125000 lines in them. The problem is that they are auto-generated by the system I use, and "child" tags are in a random order within their ...
4
votes
1answer
137 views
Can user-defined autocomplete keyword description in notepad++ span multiple lines?
I am creating an API auto-complete XML file for my user-defined language. Can the description text assigned to the keyword be displayed as multiple lines inside the auto-complete pop-up window?
i.e.
...
1
vote
1answer
36 views
Why doesn't Firefox show any kind of a feed presence indication when there is are RSS/Atom feeds associated with the page?
For example I've came to a webpage having the following tag inside its <head> tag:
<link rel="alternate" type="application/rss+xml" title="A blog feed" ...
0
votes
1answer
50 views
Regex to match starting node of XML without the tag name [closed]
share [fb] share [tw]
I have XML like
<A>
<B>
<C>
Hello World
</C>
</B>
</A>
I want to replace the starting tag's "<" with "<ns:" in each tag ...
0
votes
0answers
15 views
Corporate Powerpoint
We want to use our brand fonts which are not licensed outside of the company, in our Word and PowerPoint documents. Is there a way to font-stack in the xml theme files so that users who don't have our ...
0
votes
0answers
82 views
IE8 prompts to download xml files
I'll try to keep this short. When I navigate to an intranet site by directly typing the ip address into IE8, IE8 will grab an xml file from the device and the xml file will run and display the web ...
1
vote
0answers
52 views
Sorting XML files so that differences can then be found
I need to compare two XML files, each of which is about 13,000 lines long.
Sadly the code that generates these files doesn't generate the data in the same order each time (the data comes from a ...
0
votes
0answers
34 views
How to share a word document with a schema attached?
On my own machine (Word 2007) I have successfully added a custom XML part to a .docx file, associated the custom XML nodes with a custom .xsd schema and I now have editable custom XML nodes - great.
...
0
votes
0answers
12 views
Moving fields in an XML document
I want to be able to manipulate a twitter feed.
The feed is being displayed by a google map. The balloons on the google map display the tweet content but not the user or the time and date of tweet.
...
0
votes
3answers
77 views
How can I fix blogger templates? [closed]
I keep getting this error whenever I try to preview templates into the HTML box of the Blogger template:
Your template could not be parsed as it is not well-formed. Please
make sure all XML ...
2
votes
0answers
22 views
Free or cheap software to validate signed XML? [closed]
Can someone suggest a free (or, if that's not available, then cheap) tool to validate the signature on a signed XML document, which will run on Win7 64-bit?
Whether it is a command line application ...
1
vote
1answer
159 views
How can I parse an XML file from the command line (for GeekTool)?
I'd like to find a Terminal command that can pull the file at http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=SOMEUSERNAME&count=1 and parse it to find a user's Twitter status. ...
1
vote
1answer
281 views
How can I open a large XML file?
I've got to read an XML file and put it into a DB. But before that I want to open it and 'clean' it by deleting many chunks of records. The original file is about 20Mb.
How can I open this file to ...
4
votes
4answers
188 views
Notepad++ doesn't launch (notepad++.exe present in the task manager)
Yesterday Notepad++ was runnable, but today it doesn't. In spite of the notepad++.exe (with its 13 process) presence is the tasks manager, Notepad++ window doesn't launch.
I tried to uninstall and ...
0
votes
0answers
29 views
MSXML installation
I have Windows 7 with iis 7.5 installed. Should MSXML be installed to be able to load web pages this simple web page?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
1answer
37 views
Use XML data from an online URL as data source InDesign
I'm looking to use XML in InDesign that comes from a live url as it's constantly updating from a database.
I know I can download the XML and import it from the desktop but does anyone know how to ...
0
votes
4answers
64 views
Help me find an XML editor [closed]
I am searching for a few days now to find the suitable XML editor.
After realizing that many of them don't do a lot more than eclipse the only difference being in the price, I started to use eclipse ...
2
votes
1answer
40 views
How do I view the xml in firefox in a simpler way?
When I view the following URL:
http://upmedia.plymouth.ac.uk/Rss.aspx?CategoryId=20
I doesnt show anything in firefox. However when I view
...
0
votes
0answers
63 views
Why is IE not showing full Page Cannot Be Displayed error message?
I'm currently modifiying an existing webpage that uses CSS and XSL stylesheets. Occasionally, I code something wrong and IE shows an error page.
The XML Page Cannot Be Displayed
Cannot View XML ...
2
votes
1answer
153 views
How do I show raw XML for an RSS Feed in Firefox
Internet Explorer has this option:
When unclicked clicked ATOM feeds will show as raw xml.
How can I do the same thing in Firefox?
0
votes
0answers
26 views
XSLT: how do I get to 3rd normal form with XLT?
Here's an example XML file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Edited by XMLSpy® -->
<catalog>
<cd>
<title>Empire Burlesque</title>
...
1
vote
1answer
58 views
Trying to use XML::Parser and XML::XPath, where do I type the command?
Here's the tutorial I am using, which I have been assured is of high quality by Google: http://www.kitebird.com/articles/mysql-xml.html#TOC_5
Now, what I am trying to do is run some test scripts ...
1
vote
0answers
86 views
Text processing: convert text of table of content into djvu bookmark format?
Usually in the table of content of a book, each line is for a chapter or section and ends with its page number, for example:
1 first chapter 10
1.1 first section 11
1.1.1 first subsection 12
1.2 ...
3
votes
1answer
178 views
Accessing Hotmail from Firefox: “XML Parsing Error: not well-formed”
When I try to access my Hotmail account from my present computer I get the following error message:
XML Parsing Error: not well-formed
Location: http://sn105w.snt105.mail.live.com/default.aspx
Line ...
0
votes
0answers
21 views
How do I add another XML tag using Excel 2010?
Quick example, my XML file:
<Customer>
<Name>Jane</Name>
<City>New York</City>
</Customer>
I want to add a new tag called Age:
<Customer>
...
0
votes
1answer
196 views
OSX - some weblocs open in firefox, some don't - WTF?
I've changed the default app for opening webloc files to firefox (using RCDefaultApp, nice piece of kit, that) and that's all fine, except for one bit of weirdness. If I create a webloc using a script ...
3
votes
2answers
315 views
Unattended installation for windows 7 x86
Are there any pre-created Autounattend.xml files for Windows 7 unattended installation x86? I have been experimenting and creating the XML file but I am always being prompted to choose which hard disk ...
1
vote
2answers
92 views
Excel version confusion
I got an Excel file, actually it's a zip file which contains many folders and files including sheets in XML format. When I try to open it, Excel 2003 says "The file is not in a recognizable format"
...
0
votes
0answers
25 views
How to increase min and max range of resulting Dreamweaver XML report output?
I'm trying to massage search results into a digestible format using XSLT. Its relatively straigh-forward. But what I'd like is to be able to increase the character result range to capture hopefully ...
3
votes
3answers
185 views
Convert Atom XML to plain text
I have backed up my blog from blogger. The format of the file is Atom XML. What's a quick way to turn it into plaintext? Opening it in a browser leads to formatting errors...
1
vote
0answers
51 views
StatSVN generated XML is slightly out of date
There are no StatSVN questions on superuser, but why not start? ;-)
Here's my problem... I generate a log from subversion with:
svn log -v --xml > log.xml
The latest revision that shows up in ...
2
votes
1answer
337 views
How can I get Firefox to open XML files in Notepad++ instead of in the browser
I don't want Firefox to display XML files internally, I want it to open Notepad++ instead.
I have had a look a the Tools\Options\Applications menu but there is no 'XML' content type.
I am using FF ...
8
votes
5answers
146 views
Free tool for graphical representations of XML files
I need a tool which displays an XML file in a nice way.
With "nice way" I mean a way on which I can fold and unfold all the nodes.
Is there any free tool that runs on Windows Vista that does this ...
0
votes
0answers
33 views
Dump a subset of data from SQL Server to XML file
Looking for a utility to export some data from SQL Server to an XML (or other text based) file...
"Some data" being the current record from a main table plus a bunch of related data from other tables ...
0
votes
1answer
62 views
How do I see the XML of my DOCX document?
I want to see my DOCX in its pure XML format.
Various application like internet browsers and visual studio will open the file up in Word for me.
I've also tried renaming the document to .xml ...