Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
280 views

Converting Confluence markup to a simpler XML format

I have a code that converts one xml structure to another. I am removing unnecessary tags and replacing some temporarily. I think I have way too many replace operations and wondering if there is a way ...
Sejal Parikh's user avatar
4 votes
0 answers
56 views

Reading and updating an XML address file [closed]

I have some code that reads from an XML file and updates if needed. I want to move some of the stuff around. Here is the code overall: ...
Norcal's user avatar
  • 41
3 votes
1 answer
4k views

Parsing XML data to be put onto a site with jQuery

I will preface by saying that this data set is much larger than what I have here. I'm having to loop through an XML file to get data and display it on a site with jQuery. I have to use jQuery because ...
MxmastaMills's user avatar
2 votes
1 answer
3k views

What is the more effective way to get array of data out of xml for d3 chart?

I am writing a small application that would interactively allow user for xml file manipulation with d3 interactive charts. My xml file has the following hierarchy : ...
Patryk's user avatar
  • 305
1 vote
1 answer
169 views

How can I make this XML gallery snippet prettier?

Everything works, i just want to know if i can change the way the xml tags are retreived. This way seems a bit bulky - but i could be wrong. Thoughts? ...
user avatar
7 votes
1 answer
727 views

Build menu from MS Word XML

I've recently assembled some jQuery that allows a user to build out a bulleted list in MS Word with hyperlinks and turn that into a HTML unordered list. Ideas for uses are website menu systems where ...
Scott's user avatar
  • 663