<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><category term="xml" label="r/xml"/><updated>2026-09-22T10:44:21+00:00</updated><icon>https://www.redditstatic.com/icon.png/</icon><id>/r/xml/.rss</id><link rel="self" href="https://www.reddit.com/r/xml/.rss" type="application/atom+xml" /><link rel="alternate" href="https://www.reddit.com/r/xml/" type="text/html" /><subtitle>All things XML, XSLT and XPath. Ask questions and get answers. Provide a meaningful title. &quot;Can you help me with this one&quot; is not meaningful. An ideal title compresses your post's essence into a single statement or question. ---- Related subreddits /r/html /r/webdev /r/javascript, /r/LearnJavaScript /r/jquery /r/php /r/css</subtitle><title>XML</title><entry><author><name>/u/pineapple_brownies</name><uri>https://www.reddit.com/user/pineapple_brownies</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I have xml data that&amp;#39;s for God knows why it&amp;#39;s in string format. And the fking thing is so messed up or at least I think it&amp;#39;s messed up because it&amp;#39;s not consistent. Sometimes there is something else in there. Xml is something like this:&lt;/p&gt; &lt;p&gt;&amp;lt;Test&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;Test1 /&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;Test2 Name=&amp;quot;abcdname&amp;quot; Age=&amp;quot;123&amp;quot; Gender=&amp;quot;Xyz&amp;quot; /&amp;gt;&lt;/p&gt; &lt;p&gt;....&lt;/p&gt; &lt;p&gt;...&lt;/p&gt; &lt;p&gt;...&lt;/p&gt; &lt;p&gt;&amp;lt;/Test&amp;gt;&lt;/p&gt; &lt;p&gt;Regex is not an option.&lt;/p&gt; &lt;p&gt;Substring is not an option.&lt;/p&gt; &lt;p&gt;Because it&amp;#39;s so messed up it&amp;#39;s not consistent.&lt;/p&gt; &lt;p&gt;I just need to somehow parse and get that Name, Age, Gender values using Sql/Databricks sql&lt;/p&gt; &lt;p&gt;Please, help you mate. &lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/pineapple_brownies&quot;&gt; /u/pineapple_brownies &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1we35y0/how_to_parse_an_xml_thats_in_a_string_format/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1we35y0/how_to_parse_an_xml_thats_in_a_string_format/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1we35y0</id><link href="https://www.reddit.com/r/xml/comments/1we35y0/how_to_parse_an_xml_thats_in_a_string_format/" /><updated>2026-09-12T04:57:48+00:00</updated><published>2026-09-12T04:57:48+00:00</published><title>How to parse an xml that's in a string format using Sql/Databricks sql?</title></entry><entry><author><name>/u/Feisty_Savings3278</name><uri>https://www.reddit.com/user/Feisty_Savings3278</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Four years ago we built an XML shredder, that has now chewed on billions of XML CDR (call data records). I never really spread the word, so if you happen to be in the rather niche use-case of needing to shred XML to tab separated values, multi-file to one TSV, then perhaps this can be of use:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/Roenbaeck/unstruct&quot;&gt;https://github.com/Roenbaeck/unstruct&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Open source, MIT license.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Feisty_Savings3278&quot;&gt; /u/Feisty_Savings3278 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1w5ab8w/unstruct_an_xml_shredder/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1w5ab8w/unstruct_an_xml_shredder/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1w5ab8w</id><link href="https://www.reddit.com/r/xml/comments/1w5ab8w/unstruct_an_xml_shredder/" /><updated>2026-09-02T13:25:28+00:00</updated><published>2026-09-02T13:25:28+00:00</published><title>Unstruct, an XML shredder</title></entry><entry><author><name>/u/UniquePotato</name><uri>https://www.reddit.com/user/UniquePotato</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;First time posting on here and fairly new to xml. &lt;/p&gt; &lt;p&gt;I have several files where I have a value that I need to divide by 100. For example&lt;br/&gt; &amp;lt;aSample&amp;gt;&lt;br/&gt; &amp;lt;time&amp;gt;20260829 12:34:56&amp;lt;/time&amp;gt;&lt;br/&gt; &amp;lt;badValue&amp;gt;45678.9&amp;lt;/badValue&amp;gt;&lt;br/&gt; &amp;lt;OKValue&amp;gt;123&amp;lt;/OKValue&amp;gt;&lt;br/&gt; &amp;lt;/aSample&amp;gt;&lt;/p&gt; &lt;p&gt;I want to update &amp;lt;badValue&amp;gt; to 456.789. Does anyone know a web utility or Windows tool that I could use to update these without changing the format or the other values. &lt;/p&gt; &lt;p&gt;Each file has around 3000 of them so going through manually is out of the question.&lt;/p&gt; &lt;p&gt;TIA&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/UniquePotato&quot;&gt; /u/UniquePotato &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1w2g3x2/applying_maths_to_a_xml_value/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1w2g3x2/applying_maths_to_a_xml_value/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1w2g3x2</id><link href="https://www.reddit.com/r/xml/comments/1w2g3x2/applying_maths_to_a_xml_value/" /><updated>2026-08-30T12:20:13+00:00</updated><published>2026-08-30T12:20:13+00:00</published><title>Applying maths to a xml value</title></entry><entry><author><name>/u/ZaraJasper</name><uri>https://www.reddit.com/user/ZaraJasper</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi there, I’m a plaintiff in a lawsuit and I’m trying to figure out if it’s possible to backdate the changes.info part of a PowerPoint XML. Thanks!&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ZaraJasper&quot;&gt; /u/ZaraJasper &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1w03uwp/xmlchangesinfo_question/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1w03uwp/xmlchangesinfo_question/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1w03uwp</id><link href="https://www.reddit.com/r/xml/comments/1w03uwp/xmlchangesinfo_question/" /><updated>2026-08-27T19:30:10+00:00</updated><published>2026-08-27T19:30:10+00:00</published><title>XML-changesinfo question</title></entry><entry><author><name>/u/XMLuvr</name><uri>https://www.reddit.com/user/XMLuvr</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Just looking for an update on both of these specs. As far as I know, both them are still in the draft status, being under development? Is this correct? If so, when can we expect a definitive release?&lt;/p&gt; &lt;p&gt;The first LwDITA draft is from 2017 or so, so almost 10 years now... In one document there&amp;#39;s a mention that LwDITA is based on DITA 2.0, so are they waiting for 2.0 to be finalized before also finalizing LwDITA?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/XMLuvr&quot;&gt; /u/XMLuvr &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vzq730/status_of_dita_20_and_lwdita_specs/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vzq730/status_of_dita_20_and_lwdita_specs/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vzq730</id><link href="https://www.reddit.com/r/xml/comments/1vzq730/status_of_dita_20_and_lwdita_specs/" /><updated>2026-08-27T10:30:52+00:00</updated><published>2026-08-27T10:30:52+00:00</published><title>Status of DITA 2.0 and LwDITA specs?</title></entry><entry><author><name>/u/CloudBackendVic</name><uri>https://www.reddit.com/user/CloudBackendVic</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello! I am looking for people that have knowledge in XML for poking around in our platform and give us an honest take on what we&amp;#39;ve built. It&amp;#39;s still in early access and I would greatly appreciate if anyone that is interested just sent me a message and I will reply with an invite 😊&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/CloudBackendVic&quot;&gt; /u/CloudBackendVic &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vyub4w/honest_feedback_from_xml_people/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vyub4w/honest_feedback_from_xml_people/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vyub4w</id><link href="https://www.reddit.com/r/xml/comments/1vyub4w/honest_feedback_from_xml_people/" /><updated>2026-08-26T11:24:06+00:00</updated><published>2026-08-26T11:24:06+00:00</published><title>Honest feedback from XML people</title></entry><entry><author><name>/u/Minimum_Hour519</name><uri>https://www.reddit.com/user/Minimum_Hour519</uri></author><category term="xml" label="r/xml"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Minimum_Hour519&quot;&gt; /u/Minimum_Hour519 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://rssamplifier.com/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vqnem0/rss_amplifier_an_open_directory_of_blogs_built/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vqnem0</id><link href="https://www.reddit.com/r/xml/comments/1vqnem0/rss_amplifier_an_open_directory_of_blogs_built/" /><updated>2026-08-17T09:26:17+00:00</updated><published>2026-08-17T09:26:17+00:00</published><title>RSS Amplifier — an open directory of blogs, built for agents</title></entry><entry><author><name>/u/d0nP13rr3</name><uri>https://www.reddit.com/user/d0nP13rr3</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi everyone,&lt;/p&gt; &lt;p&gt;I&amp;#39;m the new mod for this sub and I&amp;#39;m glad it&amp;#39;s about Xml. It was one of the first technologies I figured out all by myself and now I use it while working too. &lt;/p&gt; &lt;p&gt;If you have any questions just ask. I&amp;#39;m online daily and English is my third language, so excuse the occasional error.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/d0nP13rr3&quot;&gt; /u/d0nP13rr3 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vp6ge6/new_moderator/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vp6ge6/new_moderator/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vp6ge6</id><link href="https://www.reddit.com/r/xml/comments/1vp6ge6/new_moderator/" /><updated>2026-08-15T15:58:11+00:00</updated><published>2026-08-15T15:58:11+00:00</published><title>New Moderator</title></entry><entry><author><name>/u/FreddieMac6666</name><uri>https://www.reddit.com/user/FreddieMac6666</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;How about doing something about all this gambling spam being posted. This junk has nothing to do with XML.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/FreddieMac6666&quot;&gt; /u/FreddieMac6666 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vh8oil/does_this_subreddit_have_mods/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vh8oil/does_this_subreddit_have_mods/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vh8oil</id><link href="https://www.reddit.com/r/xml/comments/1vh8oil/does_this_subreddit_have_mods/" /><updated>2026-08-06T16:11:55+00:00</updated><published>2026-08-06T16:11:55+00:00</published><title>Does this subreddit have mods?</title></entry><entry><author><name>/u/Delicious-Employ-275</name><uri>https://www.reddit.com/user/Delicious-Employ-275</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Im getting this error when trying to access a link on youtube:&lt;/p&gt; &lt;p&gt;This XML file does not appear to have any style information associated with it. The document tree is shown below.&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;Error&amp;gt; &amp;lt;Code&amp;gt;NoSuchBucket&amp;lt;/Code&amp;gt; &amp;lt;Message&amp;gt;The specified bucket does not exist&amp;lt;/Message&amp;gt; &amp;lt;BucketName&amp;gt;woocommercee&amp;lt;/BucketName&amp;gt; &amp;lt;RequestId&amp;gt;02NPG6DX4ZFD9DNB&amp;lt;/RequestId&amp;gt; &amp;lt;HostId&amp;gt;kFttO9yoAVX4RYqD7HlNT9fl7XWKmK0K4bwOi6TdblFGjNxLyvbgDtoPOsZqh/lUtq3+up2F5C1zGrjFbftf1bLi+bZTpHPn&amp;lt;/HostId&amp;gt; &amp;lt;/Error&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Can someome please assist me to fix this download link and how to fix the issue?&lt;/p&gt; &lt;p&gt;Download link is : &lt;a href=&quot;https://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUM4Zm9rU2Jrc2xfcWF0MHpvZDh2RGJFVHU3RXxBR3JiS2FsQWd3TnVLb1VNc1FOajRmMEhLVTB4ZExHTmwxLXFCUDUxV3hOU1k4cXNNVGhrZTlaV3g3eDE5UGljYkRvbkRaZVByeFBXZTNOX1Bwb0lYNjBkeVZ6TXZPSmZOQXpD&amp;amp;q=https%3A%2F%2Fwoocommercee.s3.us-west-1.amazonaws.com%2Fdemoflatsome%2FDemo%2BFlatsome%2BImages.zip&amp;amp;v=4Ncre-Uup7ghttps://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUM4Zm9rU2Jrc2xfcWF0MHpvZDh2RGJFVHU3RXxBR3JiS2FsQWd3TnVLb1VNc1FOajRmMEhLVTB4ZExHTmwxLXFCUDUxV3hOU1k4cXNNVGhrZTlaV3g3eDE5UGljYkRvbkRaZVByeFBXZTNOX1Bwb0lYNjBkeVZ6TXZPSmZOQXpD&amp;amp;q=https%3A%2F%2Fwoocommercee.s3.us-west-1.amazonaws.com%2Fdemoflatsome%2FDemo%2BFlatsome%2BImages.zip&amp;amp;v=4Ncre-Uup7g&quot;&gt;https://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUM4Zm9rU2Jrc2xfcWF0MHpvZDh2RGJFVHU3RXxBR3JiS2FsQWd3TnVLb1VNc1FOajRmMEhLVTB4ZExHTmwxLXFCUDUxV3hOU1k4cXNNVGhrZTlaV3g3eDE5UGljYkRvbkRaZVByeFBXZTNOX1Bwb0lYNjBkeVZ6TXZPSmZOQXpD&amp;amp;q=https%3A%2F%2Fwoocommercee.s3.us-west-1.amazonaws.com%2Fdemoflatsome%2FDemo%2BFlatsome%2BImages.zip&amp;amp;v=4Ncre-Uup7ghttps://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUM4Zm9rU2Jrc2xfcWF0MHpvZDh2RGJFVHU3RXxBR3JiS2FsQWd3TnVLb1VNc1FOajRmMEhLVTB4ZExHTmwxLXFCUDUxV3hOU1k4cXNNVGhrZTlaV3g3eDE5UGljYkRvbkRaZVByeFBXZTNOX1Bwb0lYNjBkeVZ6TXZPSmZOQXpD&amp;amp;q=https%3A%2F%2Fwoocommercee.s3.us-west-1.amazonaws.com%2Fdemoflatsome%2FDemo%2BFlatsome%2BImages.zip&amp;amp;v=4Ncre-Uup7g&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Try this also : &lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUM4Zm9rU2Jrc2xfcWF0MHpvZDh2RGJFVHU3RXxBR3JiS2FsQWd3TnVLb1VNc1FOajRmMEhLVTB4ZExHTmwxLXFCUDUxV3hOU1k4cXNNVGhrZTlaV3g3eDE5UGljYkRvbkRaZVByeFBXZTNOX1Bwb0lYNjBkeVZ6TXZPSmZOQXpD&amp;amp;q=https%3A%2F%2Fwoocommercee.s3.us-west-1.amazonaws.com%2Fdemoflatsome%2FDemo%2BFlatsome%2BImages.zip&amp;amp;v=4Ncre-Uup7g&quot;&gt;https://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUM4Zm9rU2Jrc2xfcWF0MHpvZDh2RGJFVHU3RXxBR3JiS2FsQWd3TnVLb1VNc1FOajRmMEhLVTB4ZExHTmwxLXFCUDUxV3hOU1k4cXNNVGhrZTlaV3g3eDE5UGljYkRvbkRaZVByeFBXZTNOX1Bwb0lYNjBkeVZ6TXZPSmZOQXpD&amp;amp;q=https%3A%2F%2Fwoocommercee.s3.us-west-1.amazonaws.com%2Fdemoflatsome%2FDemo%2BFlatsome%2BImages.zip&amp;amp;v=4Ncre-Uup7g&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Delicious-Employ-275&quot;&gt; /u/Delicious-Employ-275 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://i.redd.it/y24ca8r2zghh1.jpeg&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vfuz8b/xml_issue_how_to_access_broken_download_link/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vfuz8b</id><link href="https://www.reddit.com/r/xml/comments/1vfuz8b/xml_issue_how_to_access_broken_download_link/" /><updated>2026-08-05T02:45:30+00:00</updated><published>2026-08-05T02:45:30+00:00</published><title>XML issue how to access broken download link?</title></entry><entry><author><name>/u/Saltconfection2</name><uri>https://www.reddit.com/user/Saltconfection2</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;i am working on a certain thing, and it&amp;#39;s with shimejis, i am currently trying to figure out how how to implement a syntax that will terminate the running code to destroy one of the shimeji if anyone can help me figure this out, it would help me alot&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Saltconfection2&quot;&gt; /u/Saltconfection2 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vcba8v/java_and_xml/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1vcba8v/java_and_xml/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1vcba8v</id><link href="https://www.reddit.com/r/xml/comments/1vcba8v/java_and_xml/" /><updated>2026-08-01T02:50:03+00:00</updated><published>2026-08-01T02:50:03+00:00</published><title>java and xml</title></entry><entry><author><name>/u/BreakfestBob_</name><uri>https://www.reddit.com/user/BreakfestBob_</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;and doesn&amp;#39;t mind exchanging some DM&amp;#39;s please do so. I&amp;#39;ve been struggling toying with the xml.files and the DayZ map editor trying to make a custom loot spawn point and cannot figure it out and the DayZ modding sub couldn&amp;#39;t be more dead.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/BreakfestBob_&quot;&gt; /u/BreakfestBob_ &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1v74jqa/if_anyone_has_experience_modding_dayz/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1v74jqa/if_anyone_has_experience_modding_dayz/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1v74jqa</id><link href="https://www.reddit.com/r/xml/comments/1v74jqa/if_anyone_has_experience_modding_dayz/" /><updated>2026-07-26T13:54:31+00:00</updated><published>2026-07-26T13:54:31+00:00</published><title>If anyone has experience modding DayZ</title></entry><entry><author><name>/u/ZaraJasper</name><uri>https://www.reddit.com/user/ZaraJasper</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi I’m not sure if this is the right place to ask, but I am struggling to find answers for questions about how XML behaves in a PowerPoint environment. This is for a lawsuit I’m involved in where I believe that my former employer altered past versions of a PowerPoint document with my rating on it to justify my termination. I can see that the revision numbers in the XML data do not match with the revision numbers in the Statistics tab under Advanced properties; the revision date in the Revision XML is earlier than the actual version history date for about half the versions, and I also see many revisions under the ChgInfo part of the XML that appear to have been made in one session spanning six months…where I suspect the person just went manually changed her clock to make the revisions in a short time. Anyone have any commentary on this? Thank you! &lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ZaraJasper&quot;&gt; /u/ZaraJasper &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1uyg5a7/seeking_info/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1uyg5a7/seeking_info/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1uyg5a7</id><link href="https://www.reddit.com/r/xml/comments/1uyg5a7/seeking_info/" /><updated>2026-07-16T21:37:22+00:00</updated><published>2026-07-16T21:37:22+00:00</published><title>Seeking info</title></entry><entry><author><name>/u/minhqdao</name><uri>https://www.reddit.com/user/minhqdao</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I built &lt;a href=&quot;http://xml-validator.com&quot;&gt;xml-validator.com&lt;/a&gt; because I couldn’t find a browser-based validator that supported complete XSD schema sets without uploading everything to a server.&lt;/p&gt; &lt;p&gt;It validates XML against multi-file XSD schemas, including &lt;code&gt;xsd:include&lt;/code&gt; and &lt;code&gt;xsd:import&lt;/code&gt; dependencies, by loading folders or ZIP archives. Everything runs locally in the browser using libxml2 via WebAssembly, so XML and XSD files never leave your device. It also includes a built-in XML editor with syntax highlighting, automatic tag completion, and formatting.&lt;/p&gt; &lt;p&gt;It’s free, ad-free, and doesn’t collect any data.&lt;/p&gt; &lt;p&gt;I don’t work with XML professionally, so I’m curious whether there are important validation scenarios or workflows I’ve overlooked. If this is something you’d actually use, I’d really appreciate any feedback or feature requests.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/minhqdao&quot;&gt; /u/minhqdao &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://xml-validator.com&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1uqs8io/i_built_xmlvalidatorcom_for_browserbased/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1uqs8io</id><link href="https://www.reddit.com/r/xml/comments/1uqs8io/i_built_xmlvalidatorcom_for_browserbased/" /><updated>2026-07-08T13:10:01+00:00</updated><published>2026-07-08T13:10:01+00:00</published><title>I built xml-validator.com for browser-based, full-schema XSD validation</title></entry><entry><author><name>/u/harshanacz</name><uri>https://www.reddit.com/user/harshanacz</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I built &lt;strong&gt;xerces-wasm&lt;/strong&gt;, a WebAssembly port of Apache Xerces-C++ that brings XML Schema (XSD) validation to JavaScript in both Node.js and the browser.&lt;/p&gt; &lt;p&gt;Current features include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;XML Schema (XSD) validation&lt;/li&gt; &lt;li&gt;Schema grammar caching for repeated validations (avoids reparsing XSDs)&lt;/li&gt; &lt;li&gt;Works in Node.js and modern browsers&lt;/li&gt; &lt;li&gt;Powered by Apache Xerces-C++&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;I&amp;#39;m actively improving it and would really appreciate feedback from the XML community especially on features, API design, and real-world use cases.&lt;/p&gt; &lt;p&gt;npm: &lt;a href=&quot;https://www.npmjs.com/package/xerces-wasm&quot;&gt;https://www.npmjs.com/package/xerces-wasm&lt;/a&gt;&lt;/p&gt; &lt;p&gt;GitHub: &lt;a href=&quot;https://github.com/harshanacz/xerces-wasm-validator&quot;&gt;https://github.com/harshanacz/xerces-wasm-validator&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/harshanacz&quot;&gt; /u/harshanacz &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://i.redd.it/m7b6347i5ybh1.png&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1uqk6m8/apache_xerces_xml_validation_for_javascript_via/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1uqk6m8</id><link href="https://www.reddit.com/r/xml/comments/1uqk6m8/apache_xerces_xml_validation_for_javascript_via/" /><updated>2026-07-08T06:06:42+00:00</updated><published>2026-07-08T06:06:42+00:00</published><title>Apache Xerces XML Validation for JavaScript via WebAssembly</title></entry><entry><author><name>/u/linuxteck</name><uri>https://www.reddit.com/user/linuxteck</uri></author><category term="xml" label="r/xml"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/linuxteck&quot;&gt; /u/linuxteck &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;http://linuxteck.com/bash-logging-xml-parsing&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1ub22vd/bash_logging_xml_parsing_6_practical_script/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1ub22vd</id><link href="https://www.reddit.com/r/xml/comments/1ub22vd/bash_logging_xml_parsing_6_practical_script/" /><updated>2026-06-20T17:19:23+00:00</updated><published>2026-06-20T17:19:23+00:00</published><title>Bash Logging Xml Parsing: 6 Practical Script Examples</title></entry><entry><author><name>/u/LazyLazanya</name><uri>https://www.reddit.com/user/LazyLazanya</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello,&lt;/p&gt; &lt;p&gt;My .odt (openoffice document) got corrupted and I took to repair it myself. I believe I have located the error successfully (report says line 2, column 136166), but I am not familiar with coding and cannot identify in which way the xml syntax is faulty. When I paste the failing segment into an XML validator, it says &amp;quot;specification mandates value for attribute text&amp;quot;. &lt;/p&gt; &lt;p&gt;Attaching the notepad++ featuring the segment. the cursor is at the specific line and column mentioned in the error message.&lt;/p&gt; &lt;p&gt;Can you tell me what to write/fix so i can repair the content file of the archive? &lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://preview.redd.it/3tk86297tn7h1.png?width=1921&amp;amp;format=png&amp;amp;auto=webp&amp;amp;s=0c9015d413a65f93b3aa0e817dfc513433cebe6d&quot;&gt;https://preview.redd.it/3tk86297tn7h1.png?width=1921&amp;amp;format=png&amp;amp;auto=webp&amp;amp;s=0c9015d413a65f93b3aa0e817dfc513433cebe6d&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/LazyLazanya&quot;&gt; /u/LazyLazanya &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1u7g3tx/repairing_corrupt_odt_file_whats_wrong_with_the/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1u7g3tx/repairing_corrupt_odt_file_whats_wrong_with_the/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1u7g3tx</id><link href="https://www.reddit.com/r/xml/comments/1u7g3tx/repairing_corrupt_odt_file_whats_wrong_with_the/" /><updated>2026-06-16T15:04:43+00:00</updated><published>2026-06-16T15:04:43+00:00</published><title>Repairing corrupt odt file - what's wrong with the xml?</title></entry><entry><author><name>/u/XMLuvr</name><uri>https://www.reddit.com/user/XMLuvr</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Another question about S1000D.&lt;/p&gt; &lt;p&gt;I see that in the bike samples there is a separate DM for a table of contents. Is this a mandatory thing? Couldn&amp;#39;t the PM already function as a TOC source, since the order of the DM&amp;#39;s is determined there? Which one should be used for TOC generation?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/XMLuvr&quot;&gt; /u/XMLuvr &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1twcna1/s1000d_toc/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1twcna1/s1000d_toc/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1twcna1</id><link href="https://www.reddit.com/r/xml/comments/1twcna1/s1000d_toc/" /><updated>2026-06-04T04:06:09+00:00</updated><published>2026-06-04T04:06:09+00:00</published><title>S1000D TOC</title></entry><entry><author><name>/u/SophiaBennett-0550</name><uri>https://www.reddit.com/user/SophiaBennett-0550</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I’m trying to convert an XML file to PDF but most tools I’ve tried aren’t working properly and online converters either fail or give output with broken formatting and random unreadable text&lt;/p&gt; &lt;p&gt;I think the issue is that the XML file has some structured or encoded data, so basic tools aren’t able to process it correctly also i tried opening it in a text editor but it’s too complex to handle manually&lt;/p&gt; &lt;p&gt;Is there any reliable way to convert XML to PDF without messing up the structure, especially for larger or complex files?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/SophiaBennett-0550&quot;&gt; /u/SophiaBennett-0550 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1t58k9v/convert_xml_to_pdf_format_facing_formatting_issues/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1t58k9v/convert_xml_to_pdf_format_facing_formatting_issues/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1t58k9v</id><link href="https://www.reddit.com/r/xml/comments/1t58k9v/convert_xml_to_pdf_format_facing_formatting_issues/" /><updated>2026-05-06T10:11:18+00:00</updated><published>2026-05-06T10:11:18+00:00</published><title>Convert XML to PDF Format - Facing Formatting Issues</title></entry><entry><author><name>/u/Effective_Bee_6661</name><uri>https://www.reddit.com/user/Effective_Bee_6661</uri></author><category term="xml" label="r/xml"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Effective_Bee_6661&quot;&gt; /u/Effective_Bee_6661 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;/r/learnprogramming/comments/1t3ww8p/how_do_i_bring_back_this_old_bluray_games/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1t4vcgx/how_do_i_bring_back_this_old_bluray_games/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1t4vcgx</id><link href="https://www.reddit.com/r/xml/comments/1t4vcgx/how_do_i_bring_back_this_old_bluray_games/" /><updated>2026-05-05T23:00:08+00:00</updated><published>2026-05-05T23:00:08+00:00</published><title>How do I bring back this old Blu-ray game’s leaderboard back?</title></entry><entry><author><name>/u/VikingOy</name><uri>https://www.reddit.com/user/VikingOy</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I developed an XML Editor and if you are interested in using it, please feel free to download the lates release from the GitHub Repo here: &lt;a href=&quot;https://github.com/oywino/python_xml_editor/releases&quot;&gt;Releases · oywino/python_xml_editor&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The latest version is just one exe file that runs under Windows. All you need is a browser which it launches automatically. o installation is needed. Nothing on your PC is touched.&lt;br/&gt; Feel free to create issues if you find any bugs or if you wish to see new features added.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/VikingOy&quot;&gt; /u/VikingOy &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1srv2o4/free_xml_editor/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1srv2o4/free_xml_editor/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1srv2o4</id><link href="https://www.reddit.com/r/xml/comments/1srv2o4/free_xml_editor/" /><updated>2026-04-21T17:45:47+00:00</updated><published>2026-04-21T17:45:47+00:00</published><title>Free XML Editor</title></entry><entry><author><name>/u/ConstanceBay</name><uri>https://www.reddit.com/user/ConstanceBay</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hey xmler&amp;#39;s&lt;/p&gt; &lt;p&gt;Spent the last year building a tool because two things about TiviMate setup drive me up a wall:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;Getting a real EPG means either manually hunting tvg-ids or using a provider that actually supplies them — which is a minority&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;Organising a 3,000-channel playlist that lands as `UK|| SKY SPORTS ᴴᴰ ⚽` is a text-editor hellscape&lt;/p&gt;&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;So I built one tool that handles both:&lt;/p&gt; &lt;p&gt;- **AI channel matching** — point it at your M3U, it matches every channel to up to 14 weeks of programme data using fuzzy logic that copes with the provider-name mess. No tvg-id hunting. Outputs standard XMLTV.&lt;/p&gt; &lt;p&gt;- **Full M3U editor** — drag-drop reorder, bulk rename (strip `UK||` prefixes across hundreds of channels in one pass), custom groups, logo swap, per-channel timeshift, hide-don&amp;#39;t-delete.&lt;/p&gt; &lt;p&gt;- **Xtream Codes, both directions** — connect to your provider with Xtream credentials if that&amp;#39;s how they expose things, and *also* use EPGMaster itself as an Xtream Codes server. Point TiviMate at us with a single device login. One URL, EPG baked in.&lt;/p&gt; &lt;p&gt;- **Multi-source EPG** — 5+ EPG data sources aggregated, so fewer missing shows than any single feed.&lt;/p&gt; &lt;p&gt;- **6-hour refresh** — EPG data updates automatically every 6 hours.&lt;/p&gt; &lt;p&gt;Every edit saves to your feed URL instantly. TiviMate picks it up on the next refresh. No re-uploading, no file juggling.&lt;/p&gt; &lt;p&gt;**The offer:** looking for 20 beta testers. Free during beta, and testers who submit honest written feedback — bugs, missing features, the &amp;quot;this sucked&amp;quot; kind specifically — get **4 months free on a paid plan when those launch.** No credit card.&lt;/p&gt; &lt;p&gt;**Specifically want:**&lt;/p&gt; &lt;p&gt;- Playlists with 1,500+ channels that are genuinely ugly&lt;/p&gt; &lt;p&gt;- Anyone already using iptv-org/epg, &lt;a href=&quot;http://epg.best&quot;&gt;epg.best&lt;/a&gt;, or Schedules Direct who can tell me where we&amp;#39;re better *and where we&amp;#39;re not*&lt;/p&gt; &lt;p&gt;- TiviMate users running Xtream Codes setups who can sanity-check the Xtream server side of this&lt;/p&gt; &lt;p&gt;To sign up, go to the website. DM me if you have any questions. The first 20 in, then the rest will be waitlisted.&lt;/p&gt; &lt;p&gt;Site: &lt;a href=&quot;https://epgmaster.ai&quot;&gt;https://epgmaster.ai&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ConstanceBay&quot;&gt; /u/ConstanceBay &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1sqynyu/made_an_epg_matcher_m3u_editor_looking_for_a_few/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1sqynyu/made_an_epg_matcher_m3u_editor_looking_for_a_few/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1sqynyu</id><link href="https://www.reddit.com/r/xml/comments/1sqynyu/made_an_epg_matcher_m3u_editor_looking_for_a_few/" /><updated>2026-04-20T18:47:31+00:00</updated><published>2026-04-20T18:47:31+00:00</published><title>Made an EPG matcher + M3U editor, looking for a few beta testers</title></entry><entry><author><name>/u/Efficient-Public-551</name><uri>https://www.reddit.com/user/Efficient-Public-551</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I put together a hands-on tutorial on writing well-formed XML without summoning parser errors from the abyss.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Efficient-Public-551&quot;&gt; /u/Efficient-Public-551 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=uBtyQaZeQoU&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1slxtwj/wellformed_xml_a_handson_tutorial_of_how_to_write/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1slxtwj</id><link href="https://www.reddit.com/r/xml/comments/1slxtwj/wellformed_xml_a_handson_tutorial_of_how_to_write/" /><updated>2026-04-15T06:18:38+00:00</updated><published>2026-04-15T06:18:38+00:00</published><title>Wellformed Xml - A hands-on tutorial of how to write xml</title></entry><entry><author><name>/u/Efficient-Public-551</name><uri>https://www.reddit.com/user/Efficient-Public-551</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;When your XML schema says “you can only pick one”… and actually means it. 😅&lt;/p&gt; &lt;p&gt;Quick demo of `xsd:choice` in action: how to model mutually exclusive elements without summoning validation chaos.&lt;/p&gt; &lt;p&gt;For devs who’ve ever stared at XSD and whispered, “why are you like this?”&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Efficient-Public-551&quot;&gt; /u/Efficient-Public-551 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ifwC2PZZMPw&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1slec2m/xml_xsd_choice_demonstrated/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1slec2m</id><link href="https://www.reddit.com/r/xml/comments/1slec2m/xml_xsd_choice_demonstrated/" /><updated>2026-04-14T16:50:43+00:00</updated><published>2026-04-14T16:50:43+00:00</published><title>XML XSD Choice demonstrated</title></entry><entry><author><name>/u/IndividualFlaky379</name><uri>https://www.reddit.com/user/IndividualFlaky379</uri></author><category term="xml" label="r/xml"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I downloaded a few pages of XML articles from Europresse for a project, and I keep getting a ParseError for XML that I didn’t create. This is the error that keeps showing up :&lt;/p&gt; &lt;p&gt;&amp;quot;ParseError at [row,col]:[1,137]⏎Message: The value of attribute &amp;quot;author&amp;quot; associated with an element type &amp;quot;text&amp;quot; must not contain the &amp;#39;&amp;lt;&amp;#39; character.&amp;quot;.&lt;/p&gt; &lt;p&gt;One example of the code is included as a picture. &lt;/p&gt; &lt;p&gt;I don’t know how to fix it, as the code seems to follow the correct rules, opening with &amp;lt;text (and then specifications for the text)&amp;gt;, and at the end, closing with &amp;lt;/text&amp;gt;. Any help would be greatly appreciated !&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/IndividualFlaky379&quot;&gt; /u/IndividualFlaky379 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://i.redd.it/c3dq1u0buytg1.jpeg&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/xml/comments/1sfse6p/how_to_fix_a_parseerror_in_xml/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1sfse6p</id><link href="https://www.reddit.com/r/xml/comments/1sfse6p/how_to_fix_a_parseerror_in_xml/" /><updated>2026-04-08T13:09:30+00:00</updated><published>2026-04-08T13:09:30+00:00</published><title>How to fix a ParseError in XML</title></entry></feed>