Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DeltaXML
/
vscode-xslt-tokenizer
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
46
Code
Issues
27
Pull requests
3
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
20579b0
User selector
All users
Datepicker
All time
Commit History
Commits on May 7, 2025
1. prevent pushing problem token twice
Show description for 20579b0
pgfearo
committed
20579b0
Copy full SHA for 20579b0
Commits on May 6, 2025
update test
pgfearo
committed
f4bbb1e
Copy full SHA for f4bbb1e
linter: check if too many args in map: e.g. map(xs:integer, xs:integer, xs:integer)
Show description for ba4702f
pgfearo
committed
ba4702f
Copy full SHA for ba4702f
no need for this code
pgfearo
committed
4ee9305
Copy full SHA for 4ee9305
in 'as' attr value: 'element(book)', the token type of 'book' is 'simpleType'
Show description for c1f3e3c
pgfearo
committed
c1f3e3c
Copy full SHA for c1f3e3c
Commits on May 5, 2025
indicate error if there's a missing ',' separator in 'as' attribute
pgfearo
committed
f845b3b
Copy full SHA for f845b3b
fix test names
pgfearo
committed
56d785a
Copy full SHA for 56d785a
new test for nodeType followed by simpleType
pgfearo
committed
6ea1913
Copy full SHA for 6ea1913
add test with invalid token types
pgfearo
committed
868738c
Copy full SHA for 868738c
lexer: only convert occurrence indicators to nodeType, not all operators
Show description for 31f6963
pgfearo
committed
31f6963
Copy full SHA for 31f6963
1. withinTypeDeclarationAttr should be calculated only once per attribute
Show description for c611650
pgfearo
committed
c611650
Copy full SHA for c611650
Commits on May 4, 2025
auto-completion: if selecting xs:integer and selecting xs:string from completion-list the updated item would be xs:xs:string - must not dupe the type prefix
pgfearo
committed
159bbd1
Copy full SHA for 159bbd1
linter: verifying type name when type is schema-imported: fix last commit, we need to check the full list of bound namespace prefixes, not just the xsltPrefixes
pgfearo
committed
5bed23c
Copy full SHA for 5bed23c
linter: when verifying a type's name, if a type is imported from an XML schema we cannot easily get the set of defined types, so, provided the type's namespace is declared, report no error
pgfearo
committed
e91d20a
Copy full SHA for e91d20a
'xs:anyAtomicType' was not included in the auto-completion list for types
pgfearo
committed
5d198c4
Copy full SHA for 5d198c4
Commits on May 3, 2025
don't report missing context-item error when performin a nested map lookup: e.g. on 'key1': $val?key1?key2
pgfearo
committed
d4af71e
Copy full SHA for d4af71e
linter: 1. don't report error for special saxon extension types prefixed with '~' character
Show description for a2c29b8
pgfearo
committed
a2c29b8
Copy full SHA for a2c29b8
ensure ? at end of xs:integer? within 'as' attribute within a function
Show description for e6f3ac2
pgfearo
committed
e6f3ac2
Copy full SHA for e6f3ac2
don't report 'missing context item' for types within 'as' attributes
pgfearo
committed
b7f41dd
Copy full SHA for b7f41dd
add test6
pgfearo
committed
95af76b
Copy full SHA for 95af76b
in the expression $a instance of function(*), we need 'function' token type to be simpleType and not anonymousFunction
pgfearo
committed
5a9c68d
Copy full SHA for 5a9c68d
xpath lexer: special behaviour required if the token is within an 'as' attribute
pgfearo
committed
f8d9b1b
Copy full SHA for f8d9b1b
for non xslt-aware colour themes, we need token types within the 'as' attribute to be neutral - so make the token types nodeType and simpleType have a 'string' type in the semanticTokenTypes 'supe…
Show description for a4552be
pgfearo
committed
a4552be
Copy full SHA for a4552be
Commits on May 1, 2025
add test5 to test XSLT
pgfearo
committed
283139d
Copy full SHA for 283139d
add test instructions to the text XSLT file
pgfearo
committed
9eba411
Copy full SHA for 9eba411
lexer: ensure that tokens within the 'as' attribute are given the time 'simpleType'
Show description for fd3705e
pgfearo
committed
fd3705e
Copy full SHA for fd3705e
complectionProvider: we must have special completion list for XPath tokens within the
Show description for f70c771
pgfearo
committed
f70c771
Copy full SHA for f70c771
lexer: tokenize strings on 'as' attributes of xslt instructions
Show description for b4eebec
pgfearo
committed
b4eebec
Copy full SHA for b4eebec
Commits on Apr 27, 2025
new package version
pgfearo
committed
34c5675
Copy full SHA for 34c5675
make sample more valid for tvt demo of theme
pgfearo
committed
87775ed
Copy full SHA for 87775ed
bugfix: where more than one tvt occurs within a CDATA section,
Show description for 5437d1b
pgfearo
committed
5437d1b
Copy full SHA for 5437d1b
fix diagnostics bug: '?' used as a partial application placeholder was erroneously reported with a 'missing context item'
pgfearo
committed
67d3726
Copy full SHA for 67d3726
Commits on Apr 26, 2025
minor theme demo update
pgfearo
committed
1b880d6
Copy full SHA for 1b880d6
add doctype to theme demo
pgfearo
committed
d60a8bb
Copy full SHA for d60a8bb
added oxygen theme colours for main xslt/xpath
pgfearo
committed
a7cc4a0
Copy full SHA for a7cc4a0
Pagination
Previous
Next
You can’t perform that action at this time.