Tagged Questions
1
vote
0answers
39 views
apply a list of replacements on multiple xml files
I need a solution for the next case.
I have a list of 60.000 words that i need to replace with the same word but with diacritics.
For example: "catre" -> "către"
This list i have to apply it on a ...
0
votes
1answer
300 views
Read and change multiple XML files in Excel (2007) VBA - additional
I have tried to use a code (mr. Olle Sjögren's answer on Aug 15 at 13:08) to replace one line with two lines in multiple xml files in folder d:\eBobo
For example, I would like to change one line ...
1
vote
1answer
1k views
Read and change multiple XML files in Excel (2007) VBA
I'm trying to read a folder full of XML files and change the reference number into a specific format which is Today's DATE(yymmdd), Initials, 8 digit reference starting at 00000001
e.g ...
0
votes
1answer
597 views
xsd.exe generates two files, how to join them into one?
I'm not a big XSD expert.. so I'm using xsd.exe to quickly generate some xsd that I need and then tweaking them a bit (minOccur, etc).
But now it has created two XSD files, the main one and an extra ...
4
votes
1answer
3k views
Merge and sort multiple XML Files with XSL
The problem is to merge and sort multiple XML files with XSL and output valid HTML, viewable with Firefox >=3.5 and if possible IE >=7. The answer should be as simple as possible (performance is not ...