Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の DTD に相当する Datalog プログラムを作成するのを手伝ってくれる人はいますか?
DTD :
<!DOCTYPE abc[ <!ELEMENT abc (xyz*|def+)> <!ELEMENT xyz (def?)> <!ELEMENT def (#PCDATA)> ]>
また、dtd を対応するデータログ プログラムに変換する際に従う必要がある特定の規則はありますか?