| Class | Description |
|---|---|
| XMLReferenceExpression |
XML reference expression
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
|
| XMLReferences |
XML references which stores list of
XMLReferenceExpression applied
for a give pattern. |
| XMLReferencesSettings |
XML references settings:
"xml.references": [
// references for tei.xml files
{
"pattern": "*.xml",
"expressions": [
{
"prefix": "#",
"from": "@resp",
"to": "persName/@xml:id"
},
{
"prefix": "#",
"from": "@corresp",
"to": "@xml:id"
}
]
},
// references for docbook.xml files
{
"pattern": "*.xml",
"expressions": [
{
"from": "xref/@linkend",
"to": "@id"
}
]
}
]
|
Copyright © 2024. All rights reserved.