XWebMapper: A web-based utility for converting XML documents

Do you need to transform XML documents, but don't know how to build XSLT templates? We can help you.

XWebMapper provides a free and powerful visual XML to XML mapper for easily transforming XML data from one XML schema to any other XML schema using an intuitive graphical Web Interface. You just have to load the source and target schemas, and XWebMapper will parse them and will show a list of concepts in each schema that you will just have to link. Later, it will use the links you defined to automatically generate an XSL Stylesheet that transforms Source XML Data to Target XML format.

Here there are two schemas (DBLP.xsd and BBFC.xsd) and a short sample of DBLP database (DBLP.xml) in order to test the tool.

Just under this line a red button should appear. Otherwise check the "Security Exception" secction at the end of this page.

XWebMapper is a project in beta testing process. Please report any bug to mllavador@dsic.upv.es
This project is being developed by Manuel Llavador and directed by Dr. José H. Canós, from Dept. of Computer Science at the Technical University of Valencia (Spain)

SECURITY EXCEPTION:
XWebMapper requires a set of security permissions in order to run. If you are getting a SecurityException or don't appears the Launch Button, please run the following command from a Windows Command Prompt (Start --> Run...):

.net_framework_installation_folder\CasPol.exe -machine -addgroup 1. -url http://bibshare.dsic.upv.es/* FullTrust

Note: