このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
TheoryOfNekomata
/
xml-c
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Simple XML subset parser comparable to glib's Markup parser, but without any dependencies in one self contained file. Forked from
https://github.com/ooxi/xml.c
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
52
コミット
1
ブランチ
88 KiB
ツリー:
93614254a2
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'93614254a2' から
${ noResults }
xml-c
/
test
/
test-attributes.xml
test-attributes.xml
40 B
Raw
通常表示
履歴
XML attributes unit test * `strtok_r` is not a standard function, and not available wiht std=c11 so I used a public domain implementation of it. * Added an attribute unit test
5年前
1
<Test value="2" value_2="Hello"></Test>