To put this simply, I would like to make a java program that takes one xml file (in format x) as input, translate it to XML format y, maybe do some other stuff to it, and then output it.
If I remove the Schema definition from my XML, then my XSLT works, but I can\'t get it to work with the Schema defined.I know this question has already been answered here, but I can\'t seem to get min
greetings. I have a table full of songs full of data (artist, songname, link, etc). I want to set up a relationships with tags. In the end, I want to search by tag and return a playlist of relevant s
I\'m trying to create a database system where users can create lists, and their friends (that they allow list access to) can add to the list.
Every week, I have to completely replace the data in several very large MySQL tables. So what I normally do is delete the existing data, import the new data, and then run my usual queries to modify th
Hi friends~ I wanna use MongoDB to implement a group based friendship model. Like Google Buzz. For example,
Is there any documentation which describes all the valid elements for a Windows application manifest, which namespace they are in, and which Windows versions will use them? All the documentation I fou
I\'m new to Spring Roo. I would like to do reverse engineering on mssql database. (jtds is already installed)
I have an employee table which contains a manager ID as a column. If I need to get the manager of manager of a certain employee, how would I do it efficiently? How about if we are required to a 5 laye
I\'ve got many enum-like fields in my database. Just an integer that\'s a FK to another table that might contain a display name or maybe a little additional data. Problem is, the number is pretty mean