File: chapter.xml

package info (click to toggle)
opensc 0.11.1-2etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,284 kB
  • ctags: 7,257
  • sloc: ansic: 69,499; sh: 9,480; xml: 4,191; makefile: 346; lex: 92; perl: 25
file content (40 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
                      "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

<!ENTITY scfilenew SYSTEM "sc_file_new.xml">
<!ENTITY scfiledup SYSTEM "sc_file_dup.xml">
<!ENTITY sccreatefile SYSTEM "sc_create_file.xml">
<!ENTITY scselectfile SYSTEM "sc_select_file.xml">
<!ENTITY scfilefree SYSTEM "sc_file_free.xml">
<!ENTITY sclistfiles SYSTEM "sc_list_files.xml">
<!ENTITY scdeletefile SYSTEM "sc_delete_file.xml">
<!ENTITY screadbinary SYSTEM "sc_read_binary.xml">
<!ENTITY scupdatebinary SYSTEM "sc_update_binary.xml">
<!ENTITY scwritebinary SYSTEM "sc_write_binary.xml">
<!ENTITY screadrecord SYSTEM "sc_read_record.xml">
<!ENTITY scwriterecord SYSTEM "sc_write_record.xml">
<!ENTITY scupdaterecord SYSTEM "sc_update_record.xml">
<!ENTITY scappendrecord SYSTEM "sc_append_record.xml">
<!ENTITY scdeleterecord SYSTEM "sc_delete_record.xml">

]>

<chapter>
	<title>File operations</title>
	&scfilenew;
	&scfiledup;
	&sccreatefile;
	&scselectfile;
	&scfilefree;
	&sclistfiles;
	&scdeletefile;
	&screadbinary;
	&scupdatebinary;
	&scwritebinary;
	&screadrecord;
	&scwriterecord;
	&scupdaterecord;
	&scappendrecord;
	&scdeleterecord;
</chapter>