postinst is in w3c-sgml-lib 1.2-3.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 | #!/bin/sh
set -e
# Automatically added by dh_installxmlcatalogs
if [ "$1" = "configure" ]; then
update-xmlcatalog --add --type public --id "-//W3C//DTD Specification V2.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD Specification V2.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD Specification V2.10//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD MathML 2.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type system --id "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type system --id "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD MathML 3.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML 3.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Box and Line Drawing//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Russian Cyrillic//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Non-Russian Cyrillic//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Diacritical Marks//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 2//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Numeric and Special Graphic//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Publishing//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Arrow Relations//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Binary Operators//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Negated Relations//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Ordinary//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Relations//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Greek Symbols//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Fraktur//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Open Face//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Script//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES General Technical//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Additional MathML Symbols//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML Aliases//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.1 Basic//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.1 Tiny//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG Basic 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG Tiny 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Document Model//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Document Model//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Tiny Document Model//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Attribute Collection//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Tiny Attribute Collection//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Animation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Clip//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Filter//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Font//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Graphics Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Paint Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Structure//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Text//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Clip//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Cursor//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Datatypes//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Filter//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Font//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Gradient//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Image//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Marker//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Mask//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Pattern//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Shape//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Structure//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Style//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Text//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 View//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.0 Strict//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.0 Transitional//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.0 Frameset//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Basic 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Basic 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Basic 1.1 Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inputmode 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML-Print 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML-Print 1.0 Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Basic plus SVG Tiny//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML+RDFa 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML+RDFa Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML MetaAttributes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML+RDFa 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML+RDFa Document Model 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML MetaAttributes 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.0 Basic//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Modular Framework 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Datatypes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Common Attributes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Document Structure//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Animation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Content Control//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Document Metainformation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Layout//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Linking//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Media Objects//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Timing//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Transition//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Integration//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.1 Extended Mobile//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.1 Mobile//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Language Profile Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Extended Mobile Profile Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Mobile Profile Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Datatypes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Common Attributes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Qualified Names 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Modular Framework 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Animation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Content Control//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Layout//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Linking//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Media Objects//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Document Metainformation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Document Structure//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Timing//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Transition//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Language//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Unified Mobile//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Daisy//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Tiny//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 smilText//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Datatypes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Modular Framework 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Document Model 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Common Attributes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Animation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Content Control//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Layout//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Linking//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Media Objects//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Document Metainformation//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 SMILtext//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 State//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Document Structure//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Timesheet//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Timing//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Transition//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//NOTATIONS XHTML Notations 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Datatypes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Character Entities 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Redeclarations 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Text 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Lists 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Ruby 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Java Applets 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Architecture 1.1//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Param Element 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Presentation 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Editing Elements 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Editing Markup 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML BDO Element 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML BIDI Override Element 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Forms 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Tables 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Images 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Client-side Image Maps 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Scripting 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Style Sheets 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Link Element 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Base Element 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Legacy Redeclarations 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Legacy Markup 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Frames 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Target 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Frame Element 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Style 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Inline Style 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Name Identifier 1.0//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Latin 1 for XHTML//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Special for XHTML//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Symbols for XHTML//EN" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES uppercase aliases for HTML//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES HTML MathML Set//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type system --id "http://www.w3.org/2003/entities/2007/htmlmathml-f.ent" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Binary Operators//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Negated Relations//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Ordinary//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Relations//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Box and Line Drawing//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Russian Cyrillic//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Non-Russian Cyrillic//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Diacritical Marks//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Greek Letters//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Monotoniko Greek//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Greek Symbols//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Alternative Greek Symbols//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 1//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 2//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Fraktur//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Open Face//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Script//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Numeric and Special Graphic//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Publishing//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES General Technical//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML Aliases//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Additional MathML Symbols//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Predefined XML//EN///XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Combined Set//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type system --id "http://www.w3.org/2003/entities/2007/w3centities-f.ent" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Latin for HTML//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Special for HTML//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Symbol for HTML//EN//XML" --package w3c-sgml-lib --local /usr/share/xml/w3c-sgml-lib/schema/dtd/catalog.xml
update-xmlcatalog --add --type public --id "-//W3C//DTD Specification V2.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD Specification V2.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD Specification V2.10//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD MathML 2.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type system --id "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type system --id "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD MathML 3.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML 3.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Box and Line Drawing//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Russian Cyrillic//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Non-Russian Cyrillic//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Diacritical Marks//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 2//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Numeric and Special Graphic//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Publishing//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Arrow Relations//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Binary Operators//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Negated Relations//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Ordinary//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Relations//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Greek Symbols//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Fraktur//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Open Face//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Script//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES General Technical//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Additional MathML Symbols//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML Aliases//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.1 Basic//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG 1.1 Tiny//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG Basic 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SVG Tiny 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Document Model//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Document Model//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Tiny Document Model//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Attribute Collection//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Tiny Attribute Collection//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Animation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Clip//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Filter//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Font//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Graphics Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Basic Paint Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Structure//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Basic Text//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Clip//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Cursor//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Datatypes//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Filter//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Font//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Gradient//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Image//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Marker//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Mask//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Pattern//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Shape//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Structure//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Style//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 Text//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SVG 1.1 View//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.0 Strict//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.0 Transitional//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.0 Frameset//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Basic 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Basic 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Basic 1.1 Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inputmode 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML-Print 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML-Print 1.0 Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Basic plus SVG Tiny//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML+RDFa 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML+RDFa Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML MetaAttributes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML+RDFa 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML+RDFa Document Model 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML MetaAttributes 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.0 Basic//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Modular Framework 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Datatypes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Common Attributes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.0 Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Document Structure//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Animation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Content Control//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Document Metainformation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Layout//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Linking//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Media Objects//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Timing//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Transition//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.0 Integration//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.1 Extended Mobile//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 2.1 Mobile//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Language Profile Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Extended Mobile Profile Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Mobile Profile Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Datatypes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Common Attributes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Qualified Names 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 2.1 Modular Framework 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Animation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Content Control//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Layout//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Linking//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Media Objects//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Document Metainformation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Document Structure//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Timing//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 2.1 Transition//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Language//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Unified Mobile//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Daisy//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 Tiny//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD SMIL 3.0 smilText//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Datatypes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Modular Framework 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Document Model 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Qualified Names 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES SMIL 3.0 Common Attributes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Animation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Content Control//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Layout//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Linking//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Media Objects//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Document Metainformation//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 SMILtext//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 State//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Document Structure//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Timesheet//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Timing//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS SMIL 3.0 Transition//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//NOTATIONS XHTML Notations 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Datatypes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Character Entities 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Redeclarations 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Text 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Lists 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Ruby 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Java Applets 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//DTD XHTML Architecture 1.1//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Param Element 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Presentation 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Editing Elements 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Editing Markup 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML BDO Element 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML BIDI Override Element 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Forms 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Tables 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Images 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Client-side Image Maps 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Scripting 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Style Sheets 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Link Element 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Base Element 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Legacy Redeclarations 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Legacy Markup 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Frames 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Target 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Frame Element 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Inline Style 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES XHTML Inline Style 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ELEMENTS XHTML Name Identifier 1.0//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Latin 1 for XHTML//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Special for XHTML//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Symbols for XHTML//EN" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES uppercase aliases for HTML//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES HTML MathML Set//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type system --id "http://www.w3.org/2003/entities/2007/htmlmathml-f.ent" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Binary Operators//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Negated Relations//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Ordinary//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Math Symbols: Relations//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Box and Line Drawing//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Russian Cyrillic//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Non-Russian Cyrillic//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Diacritical Marks//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Greek Letters//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Monotoniko Greek//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Greek Symbols//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Alternative Greek Symbols//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 1//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Added Latin 2//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Fraktur//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Open Face//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Math Alphabets: Script//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Numeric and Special Graphic//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Publishing//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES General Technical//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES MathML Aliases//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Additional MathML Symbols//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Predefined XML//EN///XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Combined Set//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type system --id "http://www.w3.org/2003/entities/2007/w3centities-f.ent" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Latin for HTML//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Special for HTML//EN//XML" --package w3c-sgml-lib --root
update-xmlcatalog --add --type public --id "-//W3C//ENTITIES Symbol for HTML//EN//XML" --package w3c-sgml-lib --root
fi
# End automatically added section
|