Skip to main content
Home

Built and signed on GitHub Actions

A fast XML scanner/parser with no dependencies. Given an XML string, the xml scanner will parse the XML and invoke the defined events on the specified paths.

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
11 months ago (1.0.0)
type alias ProcessingInstructionEvent

Event triggered when a processing instruction is encountered.

Definition

(
target: string,
data: string,
) => void

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@continuit/xmlscanner

Import symbol

import { type ProcessingInstructionEvent } from "@continuit/xmlscanner";
or

Import directly with a jsr specifier

import { type ProcessingInstructionEvent } from "jsr:@continuit/xmlscanner";

Add Package

pnpm i jsr:@continuit/xmlscanner
or (using pnpm 10.8 or older)
pnpm dlx jsr add @continuit/xmlscanner

Import symbol

import { type ProcessingInstructionEvent } from "@continuit/xmlscanner";

Add Package

yarn add jsr:@continuit/xmlscanner
or (using Yarn 4.8 or older)
yarn dlx jsr add @continuit/xmlscanner

Import symbol

import { type ProcessingInstructionEvent } from "@continuit/xmlscanner";

Add Package

vlt install jsr:@continuit/xmlscanner

Import symbol

import { type ProcessingInstructionEvent } from "@continuit/xmlscanner";

Add Package

npx jsr add @continuit/xmlscanner

Import symbol

import { type ProcessingInstructionEvent } from "@continuit/xmlscanner";

Add Package

bunx jsr add @continuit/xmlscanner

Import symbol

import { type ProcessingInstructionEvent } from "@continuit/xmlscanner";