Skip to content

Commit d9c2cab

Browse files
authored
Merge pull request #145 from tgraham-antenna/patch-1
Copy and pasted references to XProc in code comments.
2 parents 34c5675 + 9ff8ac5 commit d9c2cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/languageConfigurations.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class XPathConfiguration {
4848
}
4949

5050
export class DCPConfiguration {
51-
// initial configuration is for basic XProc support only
51+
// initial configuration is for basic DCP support only
5252
public static configuration: LanguageConfiguration = {
5353
expressionAtts: ['classXpath', 'elemXpath', 'when', 'xpath'],
5454
variableElementNames: ['stringParameter', 'booleanParameter'],
@@ -84,7 +84,7 @@ export class DCPConfiguration {
8484
}
8585

8686
export class SchConfiguration {
87-
// initial configuration is for basic XProc support only
87+
// initial configuration is for basic Schematron support only
8888
public static configuration: LanguageConfiguration = {
8989
expressionAtts: ['context', 'test', 'subject', 'path', 'select', 'value'],
9090
variableElementNames: ['stringParameter', 'booleanParameter'],
@@ -133,4 +133,4 @@ export class XSLTLightConfiguration {
133133
nonNativeAvts: false,
134134
docType: DocumentTypes.XSLT
135135
};
136-
}
136+
}

0 commit comments

Comments
 (0)