Java: Mapping XML to other XML (translation) -


to put simply, make java program takes 1 xml file (in format x) input, translate xml format y, maybe other stuff it, , output it.

format x , y similar (both used in nlp tools, have same kind of tokens etc.) , have description schemas both of them. in case you're curious, i'd translate tcf format; make bridge between 2 tools.

i've never done before, how 1 go mapping 1 xml another? can recommend libraries or tools? (this has usable in eclipse though, , should free)

so far found this program stylus studio, it's not free , though looks pretty cool, i'm not sure if it's output of use java program.

if result of conversion xslt, can use in java? (how xslt work translating?) (so i'd maybe use gui map once, , keep using resulting xslt somehow in program)

many shedding of light on matter!

use xml transformations, implemented set of classes built jdk, see

http://www.brics.dk/~amoeller/xml/transformation/index.html

for tutorial.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -