Browsing Tag
xml
4 posts
How to Validate XML Against DTD Locally and Securely
Ensuring your XML files conform to their Document Type Definitions (DTD) without risking data exposure is crucial. Here…
Hacking Excel Files in Power Automate
Ever since 2003 Microsoft had to open up their Office files for other software, and that meant moving…
How to fix error: invalid character in entity name in RSS feeds
I use a GitHub action to update my GitHub profile README with my latest blog posts. For over…
XML in Android Studio (Part 1)
The different layouts in XML are: RelativeLayout LinearLayout FrameLayout ConstraintLayout TableLayout GridLayout Nested layouts TabLayout The different tags…