作者: GFish 時間: 2019-3-30 17:43 標題: XML - Schema
本帖最後由 GFish 於 2019-3-30 22:40 編輯
Hi Chings,
I have received one out-dated schema file and latest xml which has the latest features of the system. I have to modify the schema according to this xml. I have checked from "https://www.w3schools.com/xml" but I am still not know how to convert it. Does anyone have experience with schema and xml? Please suggest any web sites, books or resources which I must read instead of w3schools.
Thanks in advance.
作者: hihihi123hk 時間: 2019-3-30 19:01
Hi Chings,
I have received one out-dated schema file and latest xml which has the latest feature of ...
GFish 發表於 2019-3-30 17:43
Does your system using SOAP ? Or plain xml rpc ?
https://www.w3schools.com/xml/xml_soap.asp
via HKEPC IR Pro 3.5.1 - iOS(2.4.1)
作者: GFish 時間: 2019-3-30 22:52
Hi, "hihihi123hk" ching,
I think it should not be a SOAP or else. The XML file works as a configuration file.
作者: java2 時間: 2019-3-31 01:03
由xml 轉返 xsd?
Hi Chings,
I have received one out-dated schema file and latest xml which has the latest features o ...
GFish 發表於 2019-3-30 17:43
作者: CVSDF 時間: 2019-3-31 01:31
see this pdf?
https://www.mis.nsysu.edu.tw/db-book/PDF/Ch14.pdf
作者: marlin12 時間: 2019-3-31 09:57
本帖最後由 marlin12 於 2019-3-31 10:00 編輯
schema和xml檔沒放上來。
沒有說清楚schema檔怎樣out-dated。 (到底是schema改用新格式(例如:DTD轉XSD),還是改了xml的內容導致schema檔跟它不匹配?)
沒有說清楚用在那裏。 (config file!? config 甚麽? 對schema格式有什麽特別要求?)
懂中文的,為何要用Chinglish來寫貼子?
原本是很簡單的問題,卻變成猜謎遊戲!
作者: hihihi123hk 時間: 2019-4-1 00:00
Hi, "hihihi123hk" ching,
I think it should not be a SOAP or else. The XML file works as a configura ...
GFish 發表於 2019-3-30 22:52
What programming language is used to parse this XML configurations?
via HKEPC IR Pro 3.5.1 - iOS(2.4.1)
作者: ckmakit 時間: 2019-4-1 15:48
如果只係想執返個過到validation 既xsd
求其搵個tool 執到佢pass 就得??
作者: GFish 時間: 2019-4-3 12:01
Hi Java2 Ching,
>>由xml 轉返 xsd?
當前XSD已過時. 現在,我需要更新XSD,以便可以恢復XML 驗證。
Hi CVSDF,
感謝您的信息。
Hi hihihi123hk,
The parser is developed by ourselves, not public/web usage.
Hi ckmakit,
>> 如果只係想執返個過到validation 既xsd 求其搵個tool 執到佢pass 就得??
請問,你用的是哪些工具? 我正在使用notepad++ plugin.
Thanks all.
作者: GFish 時間: 2019-4-3 16:34
請允許我澄清,這個討論不是要求解決什麼問題,而是想知道大家[如何學習schema]。
雖然我已經閱讀了w3,但我還是不完全明白。 所以,我想向大家尋求有關如何學習XML and schema。
我很抱歉,如果這篇討論讓你感到困惑使你困惑
作者: CVSDF 時間: 2019-4-3 16:40
Any specific stuff you don't understand? I am sure so many professional ching here will be happy to answer your questions!
作者: GFish 時間: 2019-4-3 18:34
Hi CVSDF,
Thanks in advance.

作者: xader 時間: 2019-4-3 20:07
本帖最後由 xader 於 2019-4-3 20:10 編輯
Hi Java2 Ching,
>>由xml 轉返 xsd?
當前XSD已過時. 現在,我需要更新XSD,以便可以恢復XML 驗證。
Hi C ...
GFish 發表於 2019-4-3 12:01
>>>The parser is developed by ourselves, not public/web usage.
You should be reading the W3C XML/ XML Schema specification rather than tutorials
https://www.w3.org/XML/
https://www.w3.org/standards/xml/schema#specifications

