Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML with Word for translation?

Status
Not open for further replies.

dimsis

Programmer
Aug 6, 2000
76
GR
Is it possible to have an XML file to work like a "dictionary", and somehow to requeest for a word and it return the translated to my code?
I want to call it (like a function) from my code, something like wordtotranslate("myword") and it searches the xml file and returns only the translated word...
Can this be done with XML - XSLT ?

Thanx in advamce,
Dimitris
 
seems perfectly reasonable.

>> I want to call it (like a function) from my code

what code?

-pete
 
Coldfusion.... (or any other scripting language)
 
>> Coldfusion.... (or any other scripting language)

well whatever scripting environment ur using needs to support an XML DOM component. If u have DOM support then what u describe should be achievable.

-pete
 
What i need is the structure of the XML and the XSLT (?) files to use them from Coldfusion. (i know how to do this, but i don't know how to create the XML file containing the dictionary with the translation and the XSLT that returns the word i request).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top