File: control

package info (click to toggle)
xmlextras 20060529-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 212 kB
  • ctags: 43
  • sloc: xml: 1,470; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download
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
Source: xmlextras
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira (metal) <metal@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.4
Homepage: http://webfx.eae.net/dhtml/xmlextras/xmlextras.html
Vcs-Browser: http://git.debian.org/?p=pkg-javascript/xmlextras.git
Vcs-Git: git://git.debian.org/git/pkg-javascript/xmlextras.git

Package: libjs-xmlextras
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: creates a common interface to use of the XML objects provided by IE and Mozilla
 The usage of XML inside the browser has been around for a while
 but not until lately has it been possible to get this to work
 in a satisfactory way in more than one browser. A while back
 Mozilla added support for creating MS compatible XML classes
 scriptable from JavaScript.
 .
 This script creates a common interface for Mozilla and IE
 and also extends the Mozilla classes a little to make
 them behave even more like the Microsoft interfaces.