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.
Expatはxmlパーサーまたはxmlジェネレーターとしてより人気がありますか?Expatをxmlジェネレーターとして使用する場合は、基本的な1〜2個のAPIを教えてください。
Expat は、イベント ベースの XML パーサーです。特定の解析イベントに基づいて呼び出されるコードを指定できます。Expat は何も生成しません。イベント ハンドラで XML を生成する必要があります。