xdml 0.0.16+2 copy "xdml: ^0.0.16+2" to clipboard
xdml: ^0.0.16+2 copied to clipboard

outdated

xdml reader.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate xdml

Use it

The package has the following executables:

$ xdml

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xdml

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  xdml: ^0.0.16+2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xdml/main.dart';
import 'package:xdml/metadata.dart';
import 'package:xdml/transform.dart';
import 'package:xdml/utils.dart';
import 'package:xdml/xdml/app.dart';
import 'package:xdml/xdml/base.dart';
import 'package:xdml/xdml/binding.dart';
import 'package:xdml/xdml/index.dart';
import 'package:xdml/xdml/paths.dart';
import 'package:xdml/xdml/source.dart';
import 'package:xdml/xdml/vnode.dart';