Automatic google search - crazy idea?

Index » 喫茶店 (Koohii Lounge)

 
Reply #26 - 2011 August 28, 1:53 pm
Lindley Member
From: Ukraine Registered: 2008-04-03 Posts: 61

Yeah, sometimes computers just don't want to behave well...I've tried sorting, still the same message. If you want, here's the list - maybe if it works on your machine, then it's something with my computer...

中央 
反対 
受信 
土日 
大切 
学 
居る 
所 
断水 
新 
日 
正常 
求める 
泳ぎ 
着用 
示す 
箱 
網棚 
聞き取る 
般 
蓋 
調査 
貴社 
賑やか 
辞書 
開催

Reply #27 - 2011 August 28, 2:16 pm
nest0r Member
Registered: 2007-10-19 Posts: 5236 Website

This works for me:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vhdatabase.sqlite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<vocabulary><word>中央</word></vocabulary>
<vocabulary><word>反対</word></vocabulary>
<vocabulary><word>受信</word></vocabulary>
<vocabulary><word>土日</word></vocabulary>
<vocabulary><word>大切</word></vocabulary>
<vocabulary><word>学</word></vocabulary>
<vocabulary><word>居る</word></vocabulary>
<vocabulary><word>所</word></vocabulary>
<vocabulary><word>断水</word></vocabulary>
<vocabulary><word>新</word></vocabulary>
<vocabulary><word>日</word></vocabulary>
<vocabulary><word>正常</word></vocabulary>
<vocabulary><word>求める</word></vocabulary>
<vocabulary><word>泳ぎ</word></vocabulary>
<vocabulary><word>着用</word></vocabulary>
<vocabulary><word>示す</word></vocabulary>
<vocabulary><word>箱</word></vocabulary>
<vocabulary><word>網棚</word></vocabulary>
<vocabulary><word>聞き取る</word></vocabulary>
<vocabulary><word>般</word></vocabulary>
<vocabulary><word>蓋</word></vocabulary>
<vocabulary><word>調査</word></vocabulary>
<vocabulary><word>貴社</word></vocabulary>
<vocabulary><word>賑やか</word></vocabulary>
<vocabulary><word>辞書</word></vocabulary>
<vocabulary><word>開催</word></vocabulary>
</vhdatabase.sqlite>

If the above works for you when you save as .xml (or I guess save as .txt and change the extension to .xml would work), notice I removed the spaces at the end of the words (Format → Trim Trailing Spaces in UltraEdit, or you can just Find/Replace the space in your text editor prior to wrapping the prefix/suffix).

Edit: And in the free Notepad++ you can do Edit → Trim Trailing Space.

Edit 2: Haha it figures, there's also this online tool: http://textmechanic.com/Remove-Extra-Spaces.html

Edit 3: Actually I just tried a version with spaces and it still worked when I went to import. Hmm, did you make sure to add those top and bottom lines?

Here's the file: http://www.mediafire.com/?p1lyc23lb85su79

Last edited by nest0r (2011 August 28, 2:43 pm)

Reply #28 - 2011 August 29, 1:05 pm
Lindley Member
From: Ukraine Registered: 2008-04-03 Posts: 61

It's alive, it's alive!! Finally got it working. The problem was in my Word'07 program, something with limited functionality and yada yada...My xml files all turned out as plain text, with all functions stripped. No wonder it didn't work...Only when I took your file as example I realized that something was off. With Notepad++ everything works like a charm. Now off to enjoy a new toy smile

You're my hero, nest0r! Thanks a lot!

Advertising (register and sign in to hide this)
JapanesePod101 Sponsor
 
Reply #29 - 2011 August 29, 1:43 pm
nest0r Member
Registered: 2007-10-19 Posts: 5236 Website

No problem, glad to hear it.