**** BEGIN LOGGING AT Sat Jul 24 12:34:35 2021 Jul 24 12:34:35 * Now talking on #xml Jul 24 12:34:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 24 12:34:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 24 12:55:04 hi all! the libxml2 / libxslt maintainer stepped down: https://mail.gnome.org/archives/xml/2021-July/msg00000.html . it may be for the better in the long run though , and most people need a change sometimes Jul 25 07:31:44 * Disconnected () **** ENDING LOGGING AT Sun Jul 25 07:31:44 2021 **** BEGIN LOGGING AT Sun Jul 25 07:31:59 2021 Jul 25 07:31:59 * Now talking on #xml Jul 25 07:31:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 25 07:31:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 25 10:04:31 * Guddu (~Guddu@182.68.88.105) has joined Jul 25 10:04:51 Goood Morning All Jul 25 10:04:53 https://stackoverflow.com/questions/68516315/replace-right-quote-character-using-xsl-translate Jul 25 10:05:01 Could someone please help me with question? Jul 25 10:07:27 Guddu: hi Jul 25 10:07:33 Hi shlomif Jul 25 10:09:19 Guddu: can you define a custom xpath function? Jul 25 10:10:07 shlomif, I think yes. Jul 25 10:10:25 I willl have to read about it though. Jul 25 10:11:32 Guddu: ah, then try that Jul 25 10:11:51 shlomif, But what would be the from string for right quote? Jul 25 10:12:05 Is there something wrong in the way i attempted it? Jul 25 10:14:06 Guddu: i mean a custom xpath function at the libxslt1-level Jul 25 10:17:38 * demib0y has quit (Read error: Connection reset by peer) Jul 25 10:17:42 shlomif, I think I am not following well Jul 25 10:19:37 Guddu: i mean a custom xpath function at the libxslt1-level (or whatever you are using instead of libxslt1). so you can do Jul 25 10:20:20 shlomif, But inside gudducustomfunc(... I willl still need to use translate and that is not working. Jul 25 10:21:37 Guddu: no Jul 25 10:24:47 * demib0y (~slave@204.237.51.183) has joined Jul 25 10:26:40 Guddu: i mean a custom xpath function at the libxslt1-level (or whatever you are using instead of libxslt1). so you can do . this custom func can be written in python3/etc. and do translate's task. [and you're stressing my patience :(] Jul 25 10:29:21 shlomif, Sorry. I understand now. Unfortunately I cannot do that. This has to be handled in my XSLT only. Jul 25 10:32:14 Guddu: ah Jul 25 10:33:00 shlomif, Do you think there is something wrong with my translate function? Why doesn't it work for right quote? Jul 25 10:34:26 Guddu, i missed the conversation here, but on stack overflow you say Mike Kay's solution works for you Jul 25 10:34:45 demib0y, How are you? Jul 25 10:34:51 https://stackoverflow.com/questions/68516315/replace-right-quote-character-using-xsl-translate Jul 25 10:34:57 (apostrophe ' and right single quote ’ are not the same character by the way) Jul 25 10:35:00 demib0y, ^ This is a new issue that i have now. Jul 25 10:35:33 demib0y, I know. But the application fails to print this character on a Zebra printer and hence i need to replace it with apos in the incoming data itself. Jul 25 10:35:42 To avoid various issues down the line. Jul 25 10:35:52 but again yuo say there, Works well. – Guddu Jul 25 10:36:23 demib0y, That was acute accent character that now works well ---> Tes´t Jul 25 10:36:36 I now have issue with a different character ----> O’Higgins Jul 25 10:36:49 Or O’Brien Jul 25 10:37:18 ok, so that's the close right single qutation mark ’ i think, yes? Jul 25 10:37:22 I though it would be simple \x92 but it does not work. Jul 25 10:37:22 Jul 25 10:37:27 demib0y, Yes Jul 25 10:37:30 it is not the same as apos Jul 25 10:37:59 it's ’ Jul 25 10:38:32 demib0y, I need that replaced with apos Jul 25 10:38:38 My translate is as follows Jul 25 10:38:41 Jul 25 10:38:52 you are using &@x92; Jul 25 10:38:58 but it is not character x92 Jul 25 10:39:05 it is character x2019 Jul 25 10:39:26 so what you have will not work because it has the wrong number in it Jul 25 10:39:44 demib0y, How can i find out that its x2019 an dnot x92? I did a repr() in python and it was showing \\x92 Jul 25 10:40:11 probably on Windows there's a character map utility. I don't use Windows Jul 25 10:40:31 ' might be 92 but the curly ’ you just pasted does not look the same as ' Jul 25 10:40:56 demib0y, you figured it out from some table? Jul 25 10:40:56 computers do not like it when people make guesses. Jul 25 10:41:26 demib0y, What I did was to read that value from a oracle table row field and did a repr() in python and that gave me \x92 Jul 25 10:41:41 well, i am on Linux, and have a program that tells me, but if i didn't, you can find a Unicode lookup Web site i expect Jul 25 10:43:04 demib0y, I willl run the same process in linux now. Jul 25 10:43:09 e.g. see http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=%E2%80%99&mode=char Jul 25 10:43:31 running hat same wrong incorret broken code on Linux will not make it suddenly start working Jul 25 10:44:24 you can use copy and paste for the actual ’ character into that Web page and get the Hexcode point (2019) to use. Jul 25 10:44:36 Thanks demib0y Jul 25 10:45:24 demib0y, The thing is that if i use that code in case of Tes´t then it gives me the correct hex \xB4 Jul 25 10:47:23 but that is a different character. Jul 25 10:47:40 ´ and ’ are not the same Jul 25 10:48:35 Yeah Jul 25 10:49:32 For ´ i was able to determine its hex equivalent as\xb4 coorectly. But following the same logic the hex of the other one came as \x92 which is wrong you said. Jul 25 10:50:12 I will test now with x2019 Jul 25 10:50:33 92 is not a valid Unicode code point. You are mixing Unicode and non-unicode characters Jul 25 10:52:01 demib0y, Thanks The problem got resolved with 2019 :-) Jul 25 10:53:56 maybe you should bookmark that Web page. Jul 25 10:58:53 Richard is a very smart fellow :) Jul 25 11:02:27 Thanks demib0y :-) Jul 25 11:18:55 * Guddu has quit (Ping timeout: 265 seconds) Jul 25 13:26:08 * skapata has quit (Remote host closed the connection) Jul 25 20:55:30 * Guddu (~Guddu@182.68.88.105) has joined Jul 25 21:10:22 * skapata (~Skapata@user/skapata) has joined Jul 25 21:21:12 * Guddu has quit (Read error: Connection reset by peer) Jul 25 22:21:47 * skapata has quit (Ping timeout: 252 seconds) Jul 25 22:33:26 * skapata (~Skapata@2804:14c:87b0:a6f9:f8eb:c0b1:cb1e:1dc7) has joined Jul 26 07:06:58 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Jul 26 07:06:58 2021 **** BEGIN LOGGING AT Mon Jul 26 07:07:29 2021 Jul 26 07:07:29 * Now talking on #xml Jul 26 07:07:29 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 26 07:07:29 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 26 08:10:25 * shoelaces has quit (*.net *.split) Jul 26 08:10:33 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Jul 26 12:05:17 * skapata has quit (Remote host closed the connection) Jul 26 20:24:10 * skapata (~Skapata@user/skapata) has joined Jul 27 06:29:57 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Jul 27 06:29:57 2021 **** BEGIN LOGGING AT Tue Jul 27 06:30:22 2021 Jul 27 06:30:22 * Now talking on #xml Jul 27 06:30:22 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 27 06:30:22 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 27 08:57:35 * saunders (~nicholas@208.110.107.140) has joined Jul 27 12:08:27 * saunders has quit (Quit: Leaving.) Jul 27 12:28:15 * skapata has quit (Remote host closed the connection) Jul 27 12:28:33 * saunders (~nicholas@208.110.107.140) has joined **** BEGIN LOGGING AT Thu Jul 29 09:34:27 2021 Jul 29 09:34:27 * Now talking on #xml Jul 29 09:34:27 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 29 09:34:27 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 29 09:34:54 b0y: hi Jul 29 09:35:08 * demib0y has quit (Ping timeout: 258 seconds) Jul 29 11:01:24 hi shlomif Jul 29 11:02:11 b0y: sup? Jul 29 11:06:21 4am so off to bed soon Jul 29 11:09:00 b0y: ah, gnight Jul 29 11:12:51 mm Jul 29 11:12:53 er Jul 29 11:12:54 nn Jul 29 17:34:29 * skapata (~Skapata@2804:14c:87b0:a6f9:a01b:4fd:a402:83e9) has joined Jul 29 17:58:36 * skapata has quit (Ping timeout: 272 seconds) Jul 29 18:02:10 * skapata (~Skapata@2804:14c:87b0:a6f9:a01b:4fd:a402:83e9) has joined Jul 29 18:16:55 b0y: here? Jul 30 06:55:53 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Jul 30 06:55:53 2021 **** BEGIN LOGGING AT Fri Jul 30 06:56:19 2021 Jul 30 06:56:19 * Now talking on #xml Jul 30 06:56:19 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 30 06:56:19 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 30 08:47:18 * skapata has quit (Remote host closed the connection) Jul 30 09:18:03 * b0y (~slave@64.64.177.85) has joined Jul 30 09:19:18 * demib0y has quit (Ping timeout: 268 seconds) Jul 30 16:25:06 * armenb_ (armenb@inertia.static.net) has joined Jul 30 16:34:09 * armenb has quit (*.net *.split) Jul 30 18:49:11 * ankh (~slave@64.64.177.85) has joined Jul 30 18:50:44 * b0y has quit (Ping timeout: 272 seconds) Jul 30 19:29:21 * rapha (~jrs@user/rapha) has joined Jul 30 19:29:26 * rapha (~jrs@user/rapha) has left (WeeChat 2.3) Jul 30 19:49:47 * skapata (~Skapata@2804:14c:87b0:a6f9:90eb:f1b3:8100:6ed8) has joined Jul 31 05:19:52 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jul 31 05:19:52 2021 **** BEGIN LOGGING AT Sat Jul 31 05:20:22 2021 Jul 31 05:20:22 * Now talking on #xml Jul 31 05:20:22 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jul 31 05:20:22 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jul 31 10:41:26 * skapata has quit (Remote host closed the connection) Jul 31 11:02:13 * holmes (~holmes@user/holmes) has joined Jul 31 11:41:06 * holmes has quit (Quit: Textual IRC Client: www.textualapp.com) Aug 01 05:15:25 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Aug 1 05:15:25 2021 **** BEGIN LOGGING AT Sun Aug 1 05:15:52 2021 Aug 01 05:15:52 * Now talking on #xml Aug 01 05:15:52 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 01 05:15:52 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 01 10:49:50 * skapata has quit (Remote host closed the connection) Aug 01 13:00:28 * skapata (~Skapata@2804:14c:87b0:a6f9:4c09:d22:1d42:89d3) has joined Aug 01 13:06:55 * skapata has quit (Remote host closed the connection) Aug 02 08:57:24 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Aug 2 08:57:24 2021 **** BEGIN LOGGING AT Mon Aug 2 08:57:50 2021 Aug 02 08:57:50 * Now talking on #xml Aug 02 08:57:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 02 08:57:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 02 11:05:45 * skapata has quit (Remote host closed the connection) Aug 02 17:17:49 * skapata (~Skapata@2804:14c:87b0:a6f9:f1ac:3985:60c2:941e) has joined Aug 02 17:24:12 * b0y (~slave@204.237.1.135) has joined Aug 02 17:27:57 * demib0y has quit (Ping timeout: 265 seconds) Aug 02 17:57:34 * skapata has quit (Ping timeout: 272 seconds) Aug 03 04:12:32 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Aug 3 04:12:32 2021 **** BEGIN LOGGING AT Tue Aug 3 04:12:59 2021 Aug 03 04:12:59 * Now talking on #xml Aug 03 04:12:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 03 04:12:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 03 08:06:28 * shoelaces has quit (*.net *.split) Aug 03 08:06:37 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Aug 03 11:27:34 * skapata has quit (Read error: Connection reset by peer) Aug 03 18:08:42 * arkanoid (~arkanoid@2-238-151-49.ip244.fastwebnet.it) has joined Aug 03 18:08:50 hello! Aug 03 18:55:56 arkanoid: meow Aug 03 18:56:39 I've just dived into the XSD world and yeah I never realised it was so complex before Aug 03 18:57:20 yeah, it can get insane Aug 03 18:58:14 I need to interface to a service described via wsdl and I've all the xsd schemas with all the types. I'm trying to wrap my head around this is it is worth understanding it all or use a tool instead Aug 03 18:58:45 use a tool if you can at first at least Aug 03 18:59:44 do you have any suggestion? My final target is to be able to call the wsdl service, and later on create my own server that's capable of answering Aug 03 19:00:36 if I got it correctly, the xsd contains the object types hierarchy but it's made of imports and include and namespaces just like a real type system of a programming language Aug 03 19:01:11 the wsdl uses these types to describe service endpoints and expected requests and answers formats Aug 03 19:02:32 the most difficult part to me seems to recursively track down all the xsd, give them an order to satisfy inclusion priority based on namespace, convert all simple/complexType and elements into "types" into target type system Aug 03 19:03:38 xsd gives a grammar for the input document, assigns named types to elements and attributes that match the grammar, and can impose additionalconstraints Aug 03 19:07:19 b0y: that's from the point of view of who need to validate xml. I don't need to validate xml as I don't have one, I have to create it based on xsd grammar Aug 03 19:07:53 I basically have to do http calls based on SOAP Aug 03 19:08:45 ah ok, client end. yeah, use a tool if you can find one. Aug 03 19:08:55 I could surely write by hand the xml and send it to the endpoint, but if converting xsd to type system and program all the calls is viable, I'd prefer that Aug 03 19:09:17 yes, there are libraries to do it for quite a few dirfferent languaetgs & systems Aug 03 19:09:34 * skapata (~Skapata@2804:14c:87b0:a6f9:449f:d917:d83:ad5b) has joined Aug 04 07:54:25 * Disconnected () **** ENDING LOGGING AT Wed Aug 4 07:54:25 2021 **** BEGIN LOGGING AT Wed Aug 4 10:19:33 2021 Aug 04 10:19:33 * Now talking on #xml Aug 04 10:19:33 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 04 10:19:33 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 04 10:59:34 * saunders has quit (Remote host closed the connection) Aug 04 12:36:40 what's the difference between the import element and the "xmlns:*" attribute in the xs:schema root element? Aug 04 12:37:20 I mean, both gives an url of another schema and puts all its content inside "*" namespace Aug 04 12:38:01 arkanoid: xmlns: exists in other xml grammars Aug 04 12:40:19 I didn't get it Aug 04 12:58:44 arkanoid: what? Aug 04 13:00:06 I mean that I still don't understand the requirement behind "import" statement when xmlns seems to do exactly the same thing Aug 04 13:00:32 arkanoid: https://en.wikipedia.org/wiki/XML_namespace Aug 04 13:03:56 it doesn't make much sense, as w3.org itseld does otherwise Aug 04 13:04:07 for example: if you open https://www.w3.org/2001/XMLSchema.xsd Aug 04 13:04:19 you find targetNamespace="http://www.w3.org/2001/XMLSchema" Aug 04 13:04:42 I mean, there's no 1:1 Aug 04 13:05:07 but I do understand this might be just for http fallback Aug 04 13:07:09 also, the wikipedia page doesn't name "import" and doesn't explain the difference Aug 04 13:10:10 arkanoid: every xml doc can use xml namespaces. eg: view-source:https://www.shlomifish.org/Files/files/images/Ferrari.svg Aug 04 13:11:07 yes, but yet no "import" statement Aug 04 13:11:46 https://www.w3.org/TR/xmlschema-1/#compound-schema Aug 04 13:11:53 https://www.w3.org/TR/xmlschema-1/#composition-schemaImport Aug 04 13:14:41 It feels that the complexity of xsd processing skyrocketed due to initial bad design. I think it's not worth studying it, it's just a mess Aug 04 13:16:09 for example https://www.w3.org/2001/XMLSchema-hasFacetAndProperty.xsd doesn't start with xs:schema but just schema Aug 04 13:23:02 w3c itself loops itself in importing ns Aug 04 15:27:06 arkanoid: it has a "xmlns="..." attribute Aug 04 16:22:01 in most software, the URL in xmlns:... is never actually fetched - it's just a name. an identifier Aug 04 16:22:33 import in a schema fetches the remote schema and incorporates its rules Aug 04 16:23:02 arkanoid, xmlns is not an import at all. Aug 04 16:45:38 b0y: thanks for helping Aug 04 16:52:22 yw sir. Aug 04 17:11:25 b0y: if "xmlns:" is just a name and is not imported, how can simple/complex types be used within that schema? Aug 04 17:12:08 what's the point of using "xmlns:XX" if then you never use XX.stuff Aug 04 17:14:13 I do type system programming all the time, and while there's a debate if knowing a namespace exists is an inclusion or not, the concept or reachability via namespace is solid and stands for inclusion or import depending on the context Aug 04 17:14:25 in programming languages, you have to import a namespace to have access to it's types Aug 04 17:14:53 but here, you're saying that xmlns is not import Aug 04 17:15:24 but at the same time, I have schemes with no "import" elements but just "xmlns:XX" and I see usages of XX.* Aug 04 17:31:24 arkanoid, xml namespaces work VERY differently to programming language namespaces Aug 04 17:32:27 b0y: yet any xsd to type-systems converters exists. Microsoft has it's "xsd" tool from the .NET framework that does exactly that for C# Aug 04 17:32:35 xmlns:sock="https://www.example.org/sock" associates the URI with the prefix "sock", as a shorthand. This is because writing <{ttps://www.example.org/sock}sock> was considered too onerous Aug 04 17:32:42 yes Aug 04 17:33:12 so, the connection between the schema defining the types, and the document instance,is *not* related to the xmlns declaration Aug 04 17:33:15 it's external Aug 04 17:33:37 you might have more than one different schema you connect for different reasons at different times Aug 04 17:34:19 there's a "hint" in the xsi:schemaLocation attribute, but an implementation can ignore that or allow it to be overridden Aug 04 17:35:35 if xmlns is just an alias and actual link from that alias to namespace is external, what does "import" element do? Aug 04 17:35:42 * b0y is now known as demib0y Aug 04 17:36:08 import in schema is completely different. You are asking, what's the difference between an aeroplane and an airline's logo. Aug 04 17:36:54 import in a schema tells the schema processor it needs to go find the imported schema and load all those definitions for use in validation Aug 04 17:37:08 a namespace prefix does not imply any processing behaviour at all Aug 04 17:38:06 oops chores Aug 04 17:39:10 so import is xmlns done right? Aug 04 17:41:02 are you saying that if I use "xmlns:foo=http://non-existing-xsd" and fill my xsd with "type=foo:FooType" the xsd validator won't complain at all? Aug 04 17:41:27 * You are now known as shlomif2 Aug 04 17:42:59 * You are now known as shlomif Aug 04 18:00:05 no, import is NOTHING TO DO WITH XMLNS :-) Aug 04 18:00:36 xms:foo does not point to an xsd (except in some broken software that in fact makes this weird mistake) Aug 04 18:01:02 you tell a schema validator, apply _this_ schema to _this_ XML instance Aug 04 18:01:13 import and xmlns are not involved in that connection Aug 04 18:03:18 in a programming language, a statement like, "import * from foo" brings a whole set of definitions and code into scope. xmlns does not do that, that is not its purpose. Aug 04 18:03:25 arkanoid, ^ maybe that helps? Aug 04 18:06:19 thanks for the description, but it doesn't explain what a schema validator does with xmlns and import Aug 04 18:06:43 we're not even talking about xml here, just xsd Aug 04 18:07:12 you do xsd -> type-system, xml is not needed Aug 04 18:09:21 you can say if a xsd hierarchy is sound even without xml Aug 04 18:10:00 and that's where xmlns/import/include overlaps Aug 04 18:30:22 the only relevence of xmlns to this is that names of XML elements, XMLattributes, and XSD types, are actually (URL, locla-name) pairs Aug 04 18:31:15 and xmlns:boy =".happy" lets the processor recognise boy:tall as being the pair (happy, tall) Aug 04 18:32:07 xs:inport is about including definitions from another resource Aug 04 18:39:55 I do understand that xmlns might be considered just shortcuts to avoid "superlongfullyqualifieddomainname:type", and now let's just assume that we do a replaceall to get rid of every xmlns just for the sake of argument. Now, what remains is an xsd that may or may not have xs:import and/or xs:include Aug 04 18:40:34 now, what does import do, what does include do Aug 04 18:47:24 sorry to be slow at times - i'm in a conference Aug 04 18:47:46 no problem, and thanks for your patience Aug 04 18:48:16 schemas are defined over trees whose nodes are labeled with (name, URI) pairs Aug 04 18:48:48 a schema has a primary URI (the "target namespace") for those pairs Aug 04 18:49:13 use include to bring in definitions associated with the same target namespace as the schema Aug 04 18:49:32 use import to bring in definitions that relate to a different URI Aug 04 18:59:40 include is clear, to me, import not yet Aug 04 19:00:15 let me understand with a counter-example Aug 04 19:02:02 let's say whe have an xsd without xmlns, import and include. This xsd contains an element "http://fullyqualified/uri:foo". What happens? Aug 04 19:02:24 is it a valid xsd? Aug 04 19:05:54 potentially Aug 04 19:06:32 that is, as long as other rules are followed, i think so, but depends on how it's used of course. Aug 04 19:06:51 E.g. you can't define a type in such a way as i understand it Aug 04 19:10:18 if what you say is true, then have a look at this xsd from the international Onvif standard: https://www.onvif.org/ver10/schema/common.xsd Aug 04 19:10:31 it doesn't have any import/include, just xmlns Aug 04 19:11:24 you said I can replace "foo:bar" with "longlong:bar" if "xmlns:foo=longlong" Aug 04 19:40:23 i didn't say that Aug 04 19:40:41 or i didn't mean to if i did Aug 04 19:41:51 given xmlns:foo="aaa" in the schema, the xml can have xmlns:bar="aaa" and where the schema has foo:z as a name, the XML would then use bar:z Aug 04 19:42:25 the prefix is just a place-holder for the namesace name (the URL, which is aaa in this case) Aug 04 19:50:31 I think I will give up. The only way I see to understand the intention behind this is to see the hack that tools that already do validation/conversion do to circumvent the illogical loop Aug 04 19:51:18 I have another question, probably easier Aug 04 19:51:51 it's about problem is that by following ref you end up without a type name Aug 04 20:32:38 you're saying with ref that the type is the same as the type pointed to Aug 04 20:33:05 (not all types have names as it happens, there can be anonymous ones) Aug 04 20:42:51 thanks Aug 04 20:44:16 I'd like to say sorry to the present xml community for being nervous and ranting while trying to dive into the xml/xsd standards. It's a complex topic and requires complex answers, and I've greatly understimated the effort required for this Aug 04 20:44:38 I'm now planning to use existing tools for the job, possible binding to major C libraries Aug 04 21:42:41 that's wise. In C, libxml supports schema validation, but if you are doing web services/soap then there are libraries specific to that Aug 05 08:24:46 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Aug 5 08:24:46 2021 **** BEGIN LOGGING AT Thu Aug 5 08:25:14 2021 Aug 05 08:25:14 * Now talking on #xml Aug 05 08:25:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 05 08:25:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 05 12:37:56 * skapata has quit (Remote host closed the connection) Aug 06 05:52:23 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Aug 6 05:52:24 2021 **** BEGIN LOGGING AT Fri Aug 6 05:52:50 2021 Aug 06 05:52:50 * Now talking on #xml Aug 06 05:52:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 06 05:52:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 06 06:39:11 * holmes has quit (Quit: My MacBook has gone to sleep. ZZZzzz…) Aug 06 08:07:53 * skapata has quit (Ping timeout: 250 seconds) Aug 06 08:12:27 * skapata (~Skapata@2804:14c:87b0:a6f9:1138:99e5:5cd0:db05) has joined Aug 06 12:04:46 * skapata has quit (Read error: Connection reset by peer) Aug 06 16:20:23 * gde35 (~kvirc@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Aug 06 19:51:17 * holmes (~holmes@user/holmes) has joined Aug 06 19:58:25 * djinni` has quit (Quit: Leaving) Aug 06 19:59:14 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Aug 06 20:36:40 * holmes has quit (Quit: Textual IRC Client: www.textualapp.com) Aug 07 08:02:31 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Aug 7 08:02:31 2021 **** BEGIN LOGGING AT Sat Aug 7 08:02:58 2021 Aug 07 08:02:58 * Now talking on #xml Aug 07 08:02:58 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 07 08:02:58 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 07 09:00:32 * saunders (~nicholas@172.103.152.166) has joined Aug 07 14:17:59 * skapata has quit (Remote host closed the connection) Aug 07 18:02:59 * saunders has quit (Quit: Leaving.) Aug 07 19:16:23 * djinni` has quit (Quit: Leaving) Aug 07 19:19:11 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Aug 08 07:19:12 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Aug 8 07:19:12 2021 **** BEGIN LOGGING AT Sun Aug 8 07:19:42 2021 Aug 08 07:19:42 * Now talking on #xml Aug 08 07:19:42 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 08 07:19:42 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 08 09:02:08 * saunders (~nicholas@172.103.152.166) has joined Aug 08 09:13:16 * saunders has quit (Ping timeout: 258 seconds) Aug 08 09:29:16 * saunders (~nicholas@172.103.152.166) has joined Aug 08 10:48:59 * saunders has quit (Remote host closed the connection) Aug 08 13:00:32 * shlomif has quit (Ping timeout: 245 seconds) Aug 08 13:00:33 * Disconnected (Remote host closed socket) **** ENDING LOGGING AT Sun Aug 8 13:00:33 2021 **** BEGIN LOGGING AT Tue Aug 10 18:26:07 2021 Aug 10 18:26:07 * Now talking on #xml Aug 10 18:26:07 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 10 18:26:07 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 10 18:37:04 * skapate (~Skapata@user/skapata) has joined Aug 10 18:37:10 * skapata has quit (Ping timeout: 272 seconds) Aug 10 20:05:40 * saunders has quit (Remote host closed the connection) Aug 11 04:58:51 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Aug 11 04:58:54 2021 **** BEGIN LOGGING AT Wed Aug 11 04:59:19 2021 Aug 11 04:59:19 * Now talking on #xml Aug 11 04:59:19 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 11 04:59:19 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 11 09:53:16 * b0y (~slave@64.64.177.85) has joined Aug 11 09:56:01 * demib0y has quit (Ping timeout: 248 seconds) Aug 11 09:58:52 * skapata (~Skapata@2804:14c:87b0:a6f9:a9ef:bcc0:fc64:d126) has joined Aug 11 16:22:32 * ZAJDAN (~ZAJDAN@195.122.199.179) has joined Aug 11 16:22:38 anybody here? Aug 11 16:36:25 ZAJDAN: hi Aug 11 16:36:59 ZAJDAN: https://dontasktoask.com/ Aug 11 16:42:29 I would like to get index of loop1 and use it in loop2 ...is it possible? Aug 11 17:16:12 * mattil (~mattilinn@62-113-178-139.bb.dnainternet.fi) has joined Aug 11 17:18:05 * mattil has quit (Max SendQ exceeded) Aug 11 17:26:46 hi ZAJDAN, maybe in half hr or so? Aug 11 17:52:51 ZAJDAN: xslt? Aug 11 17:58:12 I made it in a way...I put one the cycle/loop into variable Aug 11 17:58:25 https://techiespice.wordpress.com/2012/04/28/how-to-access-a-variable-from-within-xslfor-each-from-outside-xslfor-each/ Aug 11 18:25:26 is possible declare a variable inside ? Aug 11 18:34:12 yes - note that they are really named constants, you can't update htem Aug 11 18:34:47 and you can put xsl:choose inside xs:variable, ZAJDAN Aug 11 18:37:24 * ZAJDAN has quit (Ping timeout: 268 seconds) Aug 11 20:07:14 * skapata has quit (Remote host closed the connection) Aug 11 20:08:10 * skapata (~Skapata@2804:14c:87b0:a6f9:a859:ea2e:6d94:1d4f) has joined Aug 11 20:29:56 * ZAJDAN (~ZAJDAN@chladek-jar.zno.skynet.cz) has joined Aug 12 06:57:25 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Aug 12 06:57:25 2021 **** BEGIN LOGGING AT Thu Aug 12 06:57:51 2021 Aug 12 06:57:51 * Now talking on #xml Aug 12 06:57:51 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 12 06:57:51 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 12 10:06:06 * skapata (~Skapata@2804:14c:87b0:a6f9:1462:2fe6:d152:1e30) has joined Aug 12 10:59:11 * daoudr (~daoudr@2a02:1205:c681:1650:e9e9:3f86:a82e:2c4f) has joined Aug 12 17:10:51 * Shrike_ (uid344010@id-344010.stonehaven.irccloud.com) has joined Aug 12 17:11:12 * Shrike_ is now known as ShrikeX Aug 12 17:12:36 hi friends I'm looking to see why this bit of xquery is failing: https://pastebin.com/rAXBGxWK Aug 12 17:13:03 its grouching at the { on line 5 but I've copied this from an example I found on the interwebs Aug 12 17:14:50 well shit nevermind Aug 12 17:14:53 I fixed it Aug 12 17:24:09 * mattil (~mattilinn@87-92-39-170.bb.dnainternet.fi) has joined Aug 12 17:25:14 * mattil has quit (Remote host closed the connection) Aug 12 17:25:37 * mattil (~mattilinn@87-92-39-170.bb.dnainternet.fi) has joined Aug 12 17:55:31 ShrikeX: great Aug 12 17:56:21 just learning where and when to use the brackets is a bit funny sometimes Aug 12 17:56:31 I'm a little more used to JSP Aug 12 17:56:41 it's interesting to weave literals in with code Aug 12 19:20:23 you have 3 different xqueryexpressions in the pastebin too. Aug 12 19:22:06 you need {...} inside a direct element constructor like ... to turn expression mode back on, and then if you make another element inside that expression you'll need { } again Aug 12 19:35:25 I finally figured that out. Thanks demib0y Aug 12 19:35:47 I'm trying to build an OAUTH 1.0 signature with a load of wonky query parameters Aug 12 19:38:18 which xquery engine are you using? basex? Aug 12 20:15:11 I'm not quite sure Aug 12 20:15:29 but I am sick and tired of oauth1.0 Aug 12 20:15:57 I think Its called activos Aug 12 20:37:03 * daoudr has quit (Read error: Connection reset by peer) Aug 12 20:37:23 * daoudr (~daoudr@2a02:1205:c681:1650:e9e9:3f86:a82e:2c4f) has joined Aug 12 20:40:08 * daoudr_ (~daoudr@2a02:1205:c681:1650:e9e9:3f86:a82e:2c4f) has joined Aug 12 20:40:44 * daoudr has quit (Read error: Connection reset by peer) Aug 12 20:46:09 * daoudr__ (~daoudr@2a02:1205:c681:1650:e9e9:3f86:a82e:2c4f) has joined Aug 12 20:46:25 * daoudr_ has quit (Read error: Connection reset by peer) Aug 12 21:00:56 the big issue is with the query parameter values having spaces in them Aug 12 21:01:11 on the url I have to uri encode them Aug 12 21:01:27 but when I uri encode them for the signature something isn't lining up right Aug 12 21:03:03 * daoudr__ has quit (Read error: Connection reset by peer) Aug 12 21:03:22 * daoudr__ (~daoudr@2a02:1205:c681:1650:e9e9:3f86:a82e:2c4f) has joined Aug 13 06:59:59 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Aug 13 06:59:59 2021 **** BEGIN LOGGING AT Fri Aug 13 07:00:24 2021 Aug 13 07:00:24 * Now talking on #xml Aug 13 07:00:24 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 13 07:00:24 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 13 07:04:36 * demib0y (~slave@204.237.0.153) has joined Aug 13 08:19:12 * demib0y has quit (Remote host closed the connection) Aug 13 13:49:54 * daoudr_ (~daoudr@2a02:1205:c681:1650:2213:cc7f:a040:3a92) has joined Aug 13 13:50:31 * daoudr__ has quit (Read error: Connection reset by peer) Aug 13 14:39:11 * daoudr_ has quit (Quit: Leaving) Aug 13 14:39:30 * daoudr (~daoudr@2a02:1205:c681:1650:2213:cc7f:a040:3a92) has joined Aug 13 14:40:21 * daoudr has quit (Remote host closed the connection) Aug 13 15:10:26 * skapata has quit (Remote host closed the connection) Aug 13 16:10:28 * daoudr (~daoudr@178.197.212.212) has joined Aug 13 17:12:00 * daoudr has quit (Remote host closed the connection) Aug 13 17:12:49 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 13 17:13:49 * mattil has quit (Remote host closed the connection) Aug 13 17:14:11 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 13 19:43:07 * daoudr (~daoudr@178.197.212.212) has joined Aug 13 19:52:44 * daoudr has quit (Quit: Leaving) Aug 13 19:55:21 * mattil has quit (Read error: Connection reset by peer) Aug 13 20:00:45 * daoudr (~daoudr@178.197.212.212) has joined Aug 13 20:02:37 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 13 20:27:39 * daoudr has quit (Remote host closed the connection) Aug 13 20:38:25 * shoelaces has quit (Remote host closed the connection) Aug 13 20:39:35 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Aug 13 21:13:47 * skapata (~Skapata@2804:14c:87b0:a6f9:b82f:5054:db86:987b) has joined Aug 14 06:57:02 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Aug 14 06:57:02 2021 **** BEGIN LOGGING AT Sat Aug 14 06:57:28 2021 Aug 14 06:57:28 * Now talking on #xml Aug 14 06:57:28 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 14 06:57:28 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 14 08:03:02 * skapata has quit (Ping timeout: 245 seconds) Aug 14 08:09:41 * skapata (~Skapata@user/skapata) has joined Aug 14 09:10:08 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 09:11:13 * mattil has quit (Remote host closed the connection) Aug 14 09:11:37 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 09:12:43 * mattil has quit (Remote host closed the connection) Aug 14 09:13:09 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 09:14:13 * mattil has quit (Remote host closed the connection) Aug 14 09:14:36 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 14:28:34 * mattil has quit (Remote host closed the connection) Aug 14 14:41:35 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:05:11 * mattil has quit (Read error: Connection reset by peer) Aug 14 18:09:56 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:10:45 * mattil has quit (Remote host closed the connection) Aug 14 18:11:08 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:12:16 * mattil has quit (Remote host closed the connection) Aug 14 18:12:40 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:13:45 * mattil has quit (Remote host closed the connection) Aug 14 18:14:08 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:15:15 * mattil has quit (Remote host closed the connection) Aug 14 18:15:40 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:16:45 * mattil has quit (Remote host closed the connection) Aug 14 18:17:10 * mattil (~mattilinn@84-253-224-16.bb.dnainternet.fi) has joined Aug 14 18:18:15 * mattil has quit (Remote host closed the connection) Aug 15 08:06:39 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Aug 15 08:06:39 2021 **** BEGIN LOGGING AT Sun Aug 15 08:07:05 2021 Aug 15 08:07:05 * Now talking on #xml Aug 15 08:07:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 15 08:07:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 15 09:17:00 * skapata (~Skapata@2804:14c:87b0:a6f9:7075:24f9:6fa5:e1c1) has joined Aug 15 09:51:08 * mattil (~mattil@87-92-192-25.rev.dnainternet.fi) has joined Aug 15 11:11:08 * matti_ (~mattil@87-92-192-25.rev.dnainternet.fi) has joined Aug 15 11:14:55 * mattil has quit (Ping timeout: 268 seconds) Aug 15 14:00:04 * daoudr (~daoudr@2a02:1205:c681:1650:eddb:c93b:fa60:14e0) has joined Aug 15 23:34:32 * matti_ has quit (Read error: Connection reset by peer) Aug 16 06:01:09 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Aug 16 06:01:09 2021 **** BEGIN LOGGING AT Mon Aug 16 06:01:35 2021 Aug 16 06:01:35 * Now talking on #xml Aug 16 06:01:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 16 06:01:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 16 07:42:37 * shoelaces has quit (*.net *.split) Aug 16 07:42:57 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Aug 16 07:44:54 * djinni` has quit (*.net *.split) Aug 16 07:45:24 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Aug 16 07:48:03 * can-of-bees has quit (*.net *.split) Aug 16 07:48:44 * can-of-bees (~bds@96.43.142.17) has joined Aug 16 07:52:42 * W has quit (*.net *.split) Aug 16 07:52:52 * _W_ (~w@user/w) has joined Aug 16 11:12:40 * skapata (~Skapata@2804:14c:87b0:a6f9:5d27:dccb:7a37:b7c8) has joined Aug 16 13:52:31 * skapata has quit (Remote host closed the connection) Aug 16 15:52:28 * skapata (~Skapata@2804:14c:87b0:a6f9:2400:d2ef:c077:3b76) has joined Aug 16 18:24:38 * mattil (~mattil@87-92-27-39.bb.dnainternet.fi) has joined Aug 16 19:27:03 * gde35 (~kvirc@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Aug 16 19:47:32 * skapata has quit (Ping timeout: 245 seconds) Aug 16 20:48:52 * skapata (~Skapata@2804:14c:87b0:a6f9:2400:d2ef:c077:3b76) has joined Aug 17 07:26:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Aug 17 07:26:17 2021 **** BEGIN LOGGING AT Tue Aug 17 07:26:45 2021 Aug 17 07:26:45 * Now talking on #xml Aug 17 07:26:45 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 17 07:26:45 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 17 08:16:39 * daoudr has quit (Ping timeout: 258 seconds) Aug 17 11:57:10 * gde35 has quit (Ping timeout: 240 seconds) Aug 17 11:57:43 * gde35 (~kvirc@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Aug 17 12:08:49 * daoudr (~daoudr@2a02:1205:c681:1650:6491:83c9:4621:cc48) has joined Aug 17 13:16:12 * skapata (~Skapata@2804:14c:87b0:a6f9:b47e:8fb:ee3a:a3c4) has joined Aug 17 17:31:48 I'm trying to validate a soap message with onvif.xsd using xmllist (libxml2): https://www.onvif.org/profiles/specifications/ Aug 17 17:32:06 I'm getting: onvif.xsd:536: element complexType: Schemas parser error : complex type 'VideoSourceConfigurationOptionsExtension2': The content model is not determinist. Aug 17 17:32:08 Entity: line 4: Schemas validity error : Element '{http://www.w3.org/2003/05/soap-envelope}Envelope': No matching global declaration available for the validation root. Aug 17 17:32:10 “response_device.GetSystemDateAndTime.xml” fails to validate. Aug 17 17:33:36 is this a problem of libxml2, of onvif.xsd or of my soap message? Aug 17 17:35:11 if one of the top xml schema library doesn't validate an international xsd specification, does it mean that I am using the wrong tools? Aug 17 17:37:39 I'm checking it with "xmllint --schema onvif.xsd" Aug 17 17:39:14 s/xmllist/xmllint in my first message Aug 17 17:41:01 I think the problem is "" Aug 17 17:42:58 maybe is an xmllint problem? https://gitlab.gnome.org/GNOME/libxml2/-/issues/40 Aug 17 17:45:47 tried libxml2 version: 2.9.10 and 2.9.12 but same problem Aug 17 17:56:43 * mattil (~mattil@78-27-110-179.bb.dnainternet.fi) has joined Aug 17 17:59:29 are there other major free xml validator tools that I should try using on my linux box? Aug 17 17:59:42 * daoudr has quit (Ping timeout: 258 seconds) Aug 17 18:02:08 arkanoid: hi Aug 17 18:02:18 hello shlomif Aug 17 18:03:07 arkanoid: there may be some written in java or .NET Aug 17 18:07:17 half of the links suggested here are broken: https://www.w3.org/wiki/XML_Schema_software Aug 17 18:08:08 what are the top xml schema validation tools? Aug 17 18:11:01 found this in mono http://manpages.ubuntu.com/manpages/trusty/man1/mono-xmltool.1.html Aug 17 18:11:16 mono-xmltool --validate-xsd onvif.xsd Aug 17 18:11:18 Wildcard '##any' allows element 'http://www.onvif.org/ver10/schema:ColorCluster', and causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein with which to attempt to validate each item in the sequence in turn can be uniquely determined without Aug 17 18:11:20 examining the content or attributes of that item, and without any information about the items in the remainder of the sequence. Aug 17 18:43:48 b0y: hi Aug 17 19:22:33 it's baffling how using wsdl procedurally today is almost impossible Aug 17 19:23:32 it doesn't validate, it doesn't bind, almost all existing demo projects consists in manually created soap messages via strings Aug 17 19:27:07 it feels like there's no oss tool to data bind a wsdl. There's microsoft, there's oracle, there's IBM Aug 17 19:27:15 not sure if the last two refers to same thing Aug 18 06:55:44 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Aug 18 06:55:44 2021 **** BEGIN LOGGING AT Wed Aug 18 06:56:13 2021 Aug 18 06:56:13 * Now talking on #xml Aug 18 06:56:13 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 18 06:56:13 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 18 09:40:17 * daoudr (~daoudr@2a02:1205:c681:1650:696d:203d:c02:8bef) has joined Aug 18 14:13:19 * skapata (~Skapata@2804:14c:87b0:a6f9:34fb:288e:f5a3:e7be) has joined Aug 18 17:58:47 * cmsmcq (~cmsmcq@65.19.36.46) has joined Aug 18 19:07:44 * mattil (~mattil@87-92-48-230.bb.dnainternet.fi) has joined Aug 18 19:40:50 * daoudr_ (~daoudr@101.17.104.92.dynamic.wline.res.cust.swisscom.ch) has joined Aug 18 19:42:40 * daoudr has quit (Ping timeout: 240 seconds) Aug 18 20:12:38 * holmes (~holmes@user/holmes) has joined Aug 19 04:17:29 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Aug 19 04:17:29 2021 **** BEGIN LOGGING AT Thu Aug 19 04:17:54 2021 Aug 19 04:17:54 * Now talking on #xml Aug 19 04:17:54 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 19 04:17:54 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 19 05:06:17 * skapata has quit (Remote host closed the connection) Aug 19 07:22:26 * mattil (~mattil@87-92-63-124.bb.dnainternet.fi) has joined Aug 19 08:10:49 * mattil has quit (Quit: Leaving) Aug 19 13:04:40 * skapata (~Skapata@2804:14c:87b0:a6f9:91bd:709f:43de:672a) has joined Aug 19 14:00:21 * skapate (~Skapata@user/skapata) has joined Aug 19 14:01:38 * skapata has quit (Ping timeout: 258 seconds) Aug 19 14:48:46 * daoudr (~daoudr@2a02:1205:c681:1650:1e06:e94b:c5d4:6a26) has joined Aug 19 17:27:58 * daoudr has quit (Quit: Leaving) Aug 19 18:51:54 * daoudr (~daoudr@178.197.204.217) has joined Aug 19 20:24:13 * daoudr has quit (Ping timeout: 252 seconds) Aug 19 20:34:52 * mattil (~mattil@87-92-63-124.bb.dnainternet.fi) has joined Aug 19 21:01:04 * mattil has quit (Ping timeout: 252 seconds) Aug 19 21:02:02 * mattil (~mattil@87-92-63-124.bb.dnainternet.fi) has joined Aug 19 22:00:27 * shoelaces has quit (*.net *.split) Aug 19 22:00:42 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Aug 19 22:05:41 * daoudr (~daoudr@2a02:1205:c681:1650:c745:6b49:e157:f17c) has joined Aug 19 22:54:34 * mattil has quit (Quit: Leaving) Aug 19 23:13:40 * daoudr has quit (Ping timeout: 240 seconds) Aug 20 00:14:40 * cmsmcq has quit (Ping timeout: 252 seconds) Aug 20 07:38:35 * skapate has quit (Remote host closed the connection) Aug 20 14:27:07 * demib0y has quit (Ping timeout: 258 seconds) Aug 20 17:49:26 * skapata (~Skapata@2804:14c:87b0:a6f9:88f0:9a98:53bd:c0cd) has joined Aug 20 21:17:11 * demib0y (~slave@204.237.3.91) has joined Aug 20 21:40:24 * demib0y has quit (Remote host closed the connection) Aug 21 05:57:05 * Disconnected (Network is unreachable) **** ENDING LOGGING AT Sat Aug 21 05:57:05 2021 **** BEGIN LOGGING AT Sat Aug 21 05:57:31 2021 Aug 21 05:57:31 * Now talking on #xml Aug 21 05:57:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 21 05:57:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 21 06:28:54 * holmes (~holmes@user/holmes) has joined Aug 21 06:59:14 * holmes has quit (Quit: My MacBook has gone to sleep. ZZZzzz…) Aug 21 07:43:06 * holmes (~holmes@user/holmes) has joined Aug 21 09:46:03 * holmes has quit (Quit: Textual IRC Client: www.textualapp.com) Aug 21 10:30:17 * daoudr (~daoudr@2a02:1205:c681:1650:7b1c:c7fd:37c9:2b2a) has joined Aug 21 13:20:12 * skapata (~Skapata@2804:14c:87b0:a6f9:4839:83a7:6d4b:c236) has joined Aug 21 16:10:27 * daoudr has quit (Quit: Leaving) Aug 21 16:51:46 * mattil (~mattil@87-92-153-0.rev.dnainternet.fi) has joined Aug 21 17:03:26 * daoudr (~daoudr@2a02:1205:c681:1650:6fa4:9aff:db69:8cff) has joined Aug 21 18:36:39 * daoudr has quit (Quit: Leaving) Aug 21 18:38:07 * daoudr (~daoudr@2a02:1205:c681:1650:6fa4:9aff:db69:8cff) has joined Aug 22 07:15:14 * Disconnected () **** ENDING LOGGING AT Sun Aug 22 07:15:14 2021 **** BEGIN LOGGING AT Sun Aug 22 07:15:31 2021 Aug 22 07:15:31 * Now talking on #xml Aug 22 07:15:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 22 07:15:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 22 07:36:46 * skapata has quit (Remote host closed the connection) Aug 22 11:42:37 * mattil (~mattil@87-92-132-211.rev.dnainternet.fi) has joined Aug 22 13:14:28 * gruuf (~gruuf@94.31.99.29) has joined Aug 22 15:18:34 * skapata (~Skapata@2804:14c:87b0:a6f9:6cd2:6694:7941:5df8) has joined Aug 22 21:29:45 * skapata has quit (Ping timeout: 250 seconds) Aug 23 05:32:04 * Disconnected () **** ENDING LOGGING AT Mon Aug 23 05:32:04 2021 **** BEGIN LOGGING AT Mon Aug 23 05:32:21 2021 Aug 23 05:32:21 * Now talking on #xml Aug 23 05:32:21 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 23 05:32:21 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 23 07:45:28 * armenb (armenb@inertia.static.net) has joined Aug 23 07:45:37 * armenb_ has quit (*.net *.split) Aug 23 08:10:59 * skapata has quit (Remote host closed the connection) Aug 23 10:46:01 * daoudr has quit (Remote host closed the connection) Aug 23 11:03:26 * _W_ is now known as W Aug 23 14:39:30 * skapata (~Skapata@2804:14c:87b0:a6f9:fc56:81d6:ed7b:e2ba) has joined Aug 23 15:26:53 * Arieh_ (ArieP@isdb.nl) has joined Aug 23 15:27:54 * Arieh_ is now known as Arie Aug 23 16:10:45 * daoudr (~daoudr@178.197.213.56) has joined Aug 23 16:29:05 * daoudr has quit (Ping timeout: 248 seconds) Aug 23 16:50:37 * daoudr (~daoudr@178.197.213.56) has joined Aug 23 17:06:56 * daoudr has quit (Quit: Leaving) Aug 23 17:11:18 * daoudr (~daoudr@178.197.213.56) has joined Aug 23 18:56:50 * daoudr_ (~daoudr@178.197.213.56) has joined Aug 23 18:56:53 * daoudr has quit (Read error: No route to host) Aug 23 19:00:39 * daoudr_ has quit (Read error: No route to host) Aug 23 19:38:31 * daoudr_ (~daoudr@178.197.213.56) has joined Aug 24 08:14:09 * Disconnected () **** ENDING LOGGING AT Tue Aug 24 08:14:09 2021 **** BEGIN LOGGING AT Tue Aug 24 08:14:24 2021 Aug 24 08:14:24 * Now talking on #xml Aug 24 08:14:24 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 24 08:14:24 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 24 10:15:32 * skapata (~Skapata@2804:14c:87b0:a6f9:4975:f3a7:647e:e17b) has joined Aug 24 11:44:48 * skapata has quit (Remote host closed the connection) Aug 24 12:16:36 I've a question about Schema vs DTD Aug 24 12:16:58 I've been reading that xml Schema is superior to DTD Aug 24 12:17:41 but as I'm writing a data binder, I find Schema more limiting than DTD Aug 24 12:18:24 tthe schema lacks the grammar, whie DTD has it https://www.w3.org/2001/XMLSchema.dtd Aug 24 12:48:59 arkanoid: hi Aug 24 12:49:10 arkanoid: i use relax ng Aug 24 12:49:13 hello! Aug 24 12:49:45 https://en.wikipedia.org/wiki/RELAX_NG Aug 24 12:49:55 yes, also relax ng looks more like a grammar Aug 24 12:50:43 arkanoid: it is context-sensitive Aug 24 12:50:51 btw after spending lots of time trying to produce data binding for wsdl, I gave up. I've learned a lot though Aug 24 12:51:08 arkanoid: it is context-sensitive though Aug 24 12:51:19 I plan to manually read soap messages and build them same way Aug 24 12:52:06 arkanoid: better throw away a few days than a few decades Aug 24 12:52:37 whell that's another story :D Aug 24 12:53:24 the final anwer I'm looking for is: was XML + schemas originally designed to be machine readable, or human readable? Aug 24 12:53:41 I think that it fails in both directions Aug 24 12:57:40 arkanoid: i still regret studying EE in the technion for 6½ years: https://www.shlomifish.org/philosophy/culture/my-real-person-fan-fiction/#technion_vs_projeuler Aug 24 13:01:02 as a project euler fan, I partly agree with your vision Aug 24 13:04:10 the general vision I have on academic life is that nobody forces you into it (at least were I live) and nobody aimed a gun at me forcing to complete my master degree in computer science. I stayed five years due to a well balanced mix of responsibility, frustration and love for what comes next Aug 24 13:05:17 but I do agree that I've learned more completing project euler problems than different university classes Aug 24 13:05:51 arkanoid: yes Aug 24 13:07:31 arkanoid: education = entertainment: https://www.shlomifish.org/philosophy/culture/case-for-commercial-fan-fiction/indiv-nodes/learning_more_from_inet_forums.xhtml Aug 24 13:09:04 guess what: I've been accused of cheating by some other students when I completed the "advanced programming" class on first try. The only reason I succeeded in that was because the format of the exam was really similar to general project euler problems, and I've spent two months just completing them with target language and required metaprogramming tools. Aug 24 13:10:07 shlomif: as a guy in the game industry, I can say that I know quite well the education = entertainment equation :) Aug 24 13:11:29 arkanoid: great! Aug 24 13:12:59 and I've said I've learned enough about xml in the last two weeks to NOT try to write a data binder on my own, and I've stopped learning and now it's just boredom Aug 24 13:13:39 while 1:1 mapping with type system is possible, is very complicated and "dirty" Aug 24 13:13:44 i have some game-games projects too: https://www.shlomifish.org/open-source/projects/#games-related Aug 24 13:14:17 arkanoid: novelty factor gone? Aug 24 13:17:16 yeah, I've basically writtend a parser capable of many things: given wsdl it loads/downloads/caches all included/imported xsd's into a dependency tree, then warps it into a namespace aware tree for context parsing, then extracts all named complex/simpleTypes according to inversed dependency rule. Everything is smooth as long as I stay into the xml word, but hard thing is to map the found types into Aug 24 13:17:18 type system via metaprogramming and back Aug 24 13:18:01 but now I've a nice graphviz visualization of the type system required by a wsdl Aug 24 13:18:31 and, more importantly, I've got the main concepts underlying xml schemas and stuff Aug 24 13:19:49 I now understand why there's are only 3 tools to do data parsing: by microsoft via C#, my apache via java, and by private company but it's GNU and very costly otherwise Aug 24 13:20:31 I've been thinking about using them to convert to C#/Java, then parse the source code via tree-sitter or custom parser and convert it to my needs Aug 24 13:21:24 arkanoid: SOAP is and old nemesis of mine: https://web.archive.org/web/20130218221419/http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/ Aug 24 13:21:32 but it feels like a huge trip to get what? A system that reads xml and outputs xml Aug 24 13:22:14 I'm now writing functions by hand that do I/O Aug 24 13:22:47 arkanoid: "GNU"? do you mean AGPLv3? Aug 24 13:23:07 yeah, I mean open source, but not free Aug 24 13:23:21 I need to close source Aug 24 13:23:32 arkanoid: ah, Aug 24 13:23:50 (not my decision, sadly) Aug 24 13:23:58 ok Aug 24 13:24:18 the web.archive.org link is not opening to me Aug 24 13:24:24 ok now it is Aug 24 13:28:19 haha! Aug 24 13:28:41 thanks :) Aug 24 13:28:48 arkanoid: \o/ you're welcome Aug 24 14:07:03 * daoudr_ has quit (Quit: Leaving) Aug 24 14:12:33 * daoudr (~daoudr@2a02:1205:c681:1650:8e6f:872f:4d9e:4630) has joined Aug 24 14:47:02 * daoudr has quit (Remote host closed the connection) Aug 24 15:27:55 * maroloccio (~marolocci@37.100.40.252) has joined Aug 24 15:40:42 * maroloccio has quit (Quit: WeeChat 3.0) Aug 24 15:41:33 * maroloccio (~marolocci@37.100.40.252) has joined Aug 24 15:46:18 * maroloccio has quit (Client Quit) Aug 24 15:47:58 * maroloccio (~marolocci@37.100.40.252) has joined Aug 24 15:49:48 arkanoid, XSD (W3C XML Schema) is capable of representing the grammar of a DTD, and does Aug 24 15:50:32 with RNG there is no guarantee of a determiistic type mapping, so RNG cannot be used as a basis for WSDL Aug 24 15:51:19 e.g. consider a grammar like drawer ::= sock(integer)* sock(string) sock(integer*) Aug 24 15:52:06 (XSD forbids such a grammar) Aug 24 15:55:42 demib0y: is this BNF? Aug 24 15:55:55 yeah, i just made it up to give an example Aug 24 15:56:14 it's a type-annotated BNF Aug 24 15:57:38 demib0y: ah Aug 24 16:00:18 e.g. 114green26 might match. Aug 24 16:08:45 demib0y: ah Aug 24 16:09:45 demib0y: thanks Aug 24 16:18:03 yw Aug 24 16:24:25 * armenb has quit (*.net *.split) Aug 24 16:24:26 * shoelaces has quit (*.net *.split) Aug 24 16:27:49 * daoudr (~daoudr@178.197.213.56) has joined Aug 24 16:28:37 * armenb (armenb@inertia.static.net) has joined Aug 24 16:28:37 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Aug 24 16:37:17 * daoudr has quit (Quit: Leaving) Aug 24 16:40:44 * daoudr (~daoudr@178.197.213.56) has joined Aug 24 16:41:54 * daoudr has quit (Read error: Connection reset by peer) Aug 24 16:45:06 * daoudr (~daoudr@178.197.213.56) has joined Aug 24 17:02:41 * skapata (~Skapata@2804:14c:87b0:a6f9:e522:8680:8efa:c6e1) has joined Aug 24 19:05:42 * daoudr has quit (Quit: Leaving) Aug 24 21:26:55 * maroloccio has quit (Quit: WeeChat 3.0) Aug 24 22:29:41 * maroloccio (~marolocci@37.100.40.252) has joined Aug 25 05:41:59 * Disconnected () **** ENDING LOGGING AT Wed Aug 25 05:41:59 2021 **** BEGIN LOGGING AT Wed Aug 25 05:42:14 2021 Aug 25 05:42:14 * Now talking on #xml Aug 25 05:42:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 25 05:42:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 25 10:16:18 * skapata has quit (Read error: Connection reset by peer) Aug 25 10:59:40 * daoudr (~daoudr@178.197.213.56) has joined **** BEGIN LOGGING AT Thu Aug 26 10:24:59 2021 Aug 26 10:24:59 * Now talking on #xml Aug 26 10:24:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 26 10:24:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 26 10:26:42 hi all! demib0y : i donated 20 USD to you now [using paypal]. Aug 26 11:33:46 * daoudr (~daoudr@2a02:1205:c681:1650:35d2:366b:fb03:59ee) has joined **** ENDING LOGGING AT Thu Aug 26 14:26:10 2021 **** BEGIN LOGGING AT Thu Aug 26 17:58:20 2021 Aug 26 17:58:20 * Now talking on #xml Aug 26 17:58:20 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 26 17:58:20 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 26 18:16:47 * daoudr_ has quit (Ping timeout: 240 seconds) Aug 26 18:41:58 hey thank you! Aug 26 18:42:33 shlomif, received with thanks. Aug 26 18:43:18 demib0y: you're welcome Aug 26 18:45:30 demib0y: what's new? Aug 26 19:21:16 haha reading messages Aug 26 19:21:35 working on writing some XML Schemas for a client Aug 26 19:21:59 and on some training courses Aug 26 19:22:10 you? Aug 26 19:24:26 demib0y: i reported a bug in dbtoepub: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992996 ; it messed up my builds for weeks Aug 26 19:39:49 ugh Aug 26 19:51:14 * skapata has quit (Ping timeout: 250 seconds) Aug 26 19:51:23 * skapata (~Skapata@2804:14c:87b0:a6f9:5460:dd46:df18:599d) has joined Aug 26 20:05:33 demib0y: yeah :( Aug 27 09:32:28 * Disconnected () **** ENDING LOGGING AT Fri Aug 27 09:32:28 2021 **** BEGIN LOGGING AT Fri Aug 27 11:09:59 2021 Aug 27 11:09:59 * Now talking on #xml Aug 27 11:10:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 27 11:10:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 27 11:24:26 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Aug 27 14:35:06 * enoq has quit (Quit: enoq) Aug 27 15:45:17 * skapata (~Skapata@2804:14c:87b0:a6f9:d136:b456:baf4:b94f) has joined Aug 27 16:48:55 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 17:23:28 * daoudr has quit (Quit: Leaving) Aug 27 17:34:18 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 17:45:43 * daoudr has quit (Quit: Leaving) Aug 27 17:48:43 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 18:36:43 * daoudr has quit (Ping timeout: 252 seconds) Aug 27 19:32:25 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 20:10:04 * daoudr has quit (Remote host closed the connection) Aug 27 20:10:53 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 20:13:08 * daoudr has quit (Remote host closed the connection) Aug 27 20:16:05 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 20:18:49 * daoudr has quit (Remote host closed the connection) Aug 27 20:19:24 * daoudr (~daoudr@178.197.205.81) has joined Aug 27 20:23:51 * daoudr has quit (Read error: Connection reset by peer) Aug 28 01:00:14 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Aug 28 01:00:15 2021 **** BEGIN LOGGING AT Sat Aug 28 01:00:44 2021 Aug 28 01:00:44 * Now talking on #xml Aug 28 01:00:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 28 01:00:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 28 01:06:25 * shoelaces has quit (Ping timeout: 268 seconds) Aug 28 01:37:25 * cmsmcq_ (~cmsmcq@65.19.36.46) has joined Aug 28 01:38:10 * cmsmcq has quit (Ping timeout: 240 seconds) Aug 28 01:38:10 * cmsmcq_ is now known as cmsmcq Aug 28 03:50:28 * daoudr has quit (Quit: Leaving) Aug 28 07:33:27 * skapata has quit (Remote host closed the connection) Aug 28 11:52:54 * mattil (~mattil@87-92-211-212.rev.dnainternet.fi) has joined Aug 28 12:47:05 * daoudr (~daoudr@178.197.205.81) has joined Aug 28 12:55:10 * daoudr_ (~daoudr@212.102.36.30) has joined Aug 28 12:57:53 * daoudr has quit (Ping timeout: 250 seconds) Aug 28 13:31:17 * daoudr__ (~daoudr@178.197.205.81) has joined Aug 28 13:33:51 * daoudr_ has quit (Ping timeout: 250 seconds) Aug 28 13:49:33 * daoudr__ has quit (Read error: Connection reset by peer) Aug 28 13:49:52 * daoudr__ (~daoudr@178.197.205.81) has joined Aug 28 14:35:25 * daoudr__ has quit (Read error: Connection reset by peer) Aug 28 14:35:43 * daoudr__ (~daoudr@178.197.205.81) has joined Aug 28 15:12:10 * daoudr__ has quit (Ping timeout: 240 seconds) Aug 28 17:52:30 * skapata (~Skapata@2804:14c:87b0:a6f9:9151:2b2:b9a7:fea2) has joined Aug 28 18:03:02 * daoudr__ (~daoudr@178.197.205.81) has joined Aug 28 19:58:49 * daoudr__ has quit (Quit: Leaving) Aug 28 20:01:11 * daoudr (~daoudr@178.197.205.81) has joined Aug 28 20:03:00 * daoudr has quit (Remote host closed the connection) Aug 28 20:07:09 * daoudr (~daoudr@178.197.205.81) has joined Aug 28 20:11:07 * daoudr has quit (Remote host closed the connection) Aug 29 07:49:30 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Aug 29 07:49:30 2021 **** BEGIN LOGGING AT Sun Aug 29 07:49:55 2021 Aug 29 07:49:55 * Now talking on #xml Aug 29 07:49:55 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Aug 29 07:49:55 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Aug 29 09:27:53 * skapata has quit (Remote host closed the connection) Aug 29 17:53:13 * skapata (~Skapata@2804:14c:87b0:a6f9:d4fd:4f35:d088:de8c) has joined **** BEGIN LOGGING AT Wed Sep 29 11:12:15 2021 Sep 29 11:12:15 * Now talking on #xml Sep 29 11:12:15 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Sep 29 11:12:15 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Sep 29 11:22:17 * seabass_ has quit (Quit: Bridge terminating on SIGTERM) Sep 29 11:26:03 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Sep 29 12:55:15 * mknod (~mknod@user/mknod) has joined Sep 29 13:42:12 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Sep 29 14:44:35 * enoq has quit (Quit: enoq) Sep 29 14:59:50 * daoudr (~daoudr@2a02:1205:c681:1650:825d:ca87:abe3:b552) has joined Sep 29 15:41:57 * Klinda has quit (Read error: Connection reset by peer) Sep 29 16:10:55 * seabass_ has quit (Ping timeout: 260 seconds) Sep 29 16:42:28 * skapata (~Skapata@2804:14c:87b0:a6f9:e596:d0be:7b95:2e1f) has joined Sep 29 20:20:55 * Klinda (~klinda@2.227.251.209) has joined Sep 30 03:40:58 * Disconnected (Connection timed out) **** ENDING LOGGING AT Thu Sep 30 03:40:58 2021 **** BEGIN LOGGING AT Thu Sep 30 03:41:23 2021 Sep 30 03:41:23 * Now talking on #xml Sep 30 03:41:23 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Sep 30 03:41:23 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Sep 30 06:08:27 * gde35 (~kvirc@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Sep 30 07:05:06 * mknod has quit (Ping timeout: 245 seconds) Sep 30 09:29:55 * demib0y has quit (Ping timeout: 252 seconds) Sep 30 09:37:08 * skapata has quit (Remote host closed the connection) Sep 30 09:43:29 * demib0y (~slave@64.64.177.85) has joined Sep 30 11:00:48 * gde33 (~kvirc@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Sep 30 11:01:33 * gde35 has quit (Quit: gde35) Sep 30 11:02:04 * gde33 has quit (Client Quit) Sep 30 11:02:20 * gde33 (~kvirc@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Sep 30 15:01:58 * mknod (~mknod@user/mknod) has joined Sep 30 16:28:40 * mknod has quit (Quit: mknod) Sep 30 17:04:41 * skapata (~Skapata@2804:14c:87b0:a6f9:c528:3580:c9d3:3c6) has joined Sep 30 17:43:51 * daoudr has quit (Ping timeout: 245 seconds) Sep 30 17:46:09 * daoudr (~daoudr@2a02:1205:c681:1650:24dc:7e16:7bd2:c476) has joined Sep 30 18:14:22 * skapata has quit (Remote host closed the connection) Sep 30 18:18:43 * skapata (~Skapata@2804:14c:87b0:a6f9:c528:3580:c9d3:3c6) has joined Oct 01 07:44:11 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Oct 1 07:44:11 2021 **** BEGIN LOGGING AT Fri Oct 1 07:44:36 2021 Oct 01 07:44:36 * Now talking on #xml Oct 01 07:44:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 01 07:44:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 01 09:05:48 * skapata (~Skapata@2804:14c:87b0:a6f9:897:3ac8:6493:2e4e) has joined Oct 01 10:12:17 * djinni` has quit (Ping timeout: 252 seconds) Oct 01 10:12:22 * djinni`_ (~djinni@static.38.6.217.95.clients.your-server.de) has joined Oct 01 10:42:43 * Klinda (~klinda@2.227.251.209) has joined Oct 01 10:57:05 * cmsmcq has quit (Ping timeout: 264 seconds) Oct 01 13:19:36 * skapata has quit (Remote host closed the connection) Oct 01 13:55:19 * daoudr has quit (Remote host closed the connection) Oct 01 14:14:30 * daoudr (~daoudr@2a02:1205:c681:1650:24dc:7e16:7bd2:c476) has joined Oct 01 15:16:36 * cmsmcq (~cmsmcq@65.19.36.46) has joined Oct 01 15:39:16 * cmsmcq has quit (Read error: No route to host) Oct 01 15:39:52 * cmsmcq_ (~cmsmcq@65.19.36.46) has joined Oct 01 16:00:59 * daoudr has quit (Quit: Leaving) Oct 01 18:40:49 * demib0y has quit (Ping timeout: 250 seconds) Oct 01 18:53:14 * demib0y (~slave@64.64.177.85) has joined Oct 02 05:19:42 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Oct 2 05:19:42 2021 **** BEGIN LOGGING AT Sat Oct 2 05:20:07 2021 Oct 02 05:20:07 * Now talking on #xml Oct 02 05:20:07 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 02 05:20:07 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 02 07:14:10 * shoelaces has quit (Ping timeout: 260 seconds) Oct 02 07:14:44 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Oct 02 12:44:31 * skapata has quit (Remote host closed the connection) Oct 02 15:54:19 * Klinda (~klinda@2.227.251.209) has joined Oct 03 06:30:40 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Oct 3 06:30:40 2021 **** BEGIN LOGGING AT Sun Oct 3 06:31:05 2021 Oct 03 06:31:05 * Now talking on #xml Oct 03 06:31:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 03 06:31:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 03 06:56:02 * shoelaces has quit (Remote host closed the connection) Oct 03 06:57:24 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Oct 03 07:15:57 * Disconnected () **** ENDING LOGGING AT Sun Oct 3 07:15:57 2021 **** BEGIN LOGGING AT Sun Oct 3 07:16:12 2021 Oct 03 07:16:12 * Now talking on #xml Oct 03 07:16:12 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 03 07:16:12 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 03 07:20:21 * rindolf has quit (*.net *.split) Oct 03 07:20:21 * gde33 has quit (*.net *.split) Oct 03 07:20:22 * W has quit (*.net *.split) Oct 03 07:21:10 * shoelace1 (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Oct 03 07:22:03 * shoelaces has quit (Ping timeout: 252 seconds) Oct 03 07:26:41 * W- (~w@user/w) has joined Oct 03 07:27:54 * You are now known as rindolf Oct 03 07:28:28 * _W_ has quit (Ping timeout: 252 seconds) Oct 03 07:41:26 * shoelace1 has quit (Ping timeout: 252 seconds) Oct 03 07:41:26 * skapate has quit (Ping timeout: 252 seconds) Oct 03 07:41:52 * skapate (~Skapata@2804:14c:87b0:a6f9:bc97:e8b4:11a9:2e01) has joined Oct 03 07:43:03 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Oct 03 07:48:28 * skapate has quit (Ping timeout: 252 seconds) Oct 03 07:49:14 * skapate (~Skapata@2804:14c:87b0:a6f9:bc97:e8b4:11a9:2e01) has joined **** ENDING LOGGING AT Sun Oct 3 11:11:47 2021 **** BEGIN LOGGING AT Thu Oct 14 18:06:01 2021 Oct 14 18:06:01 * Now talking on #xml Oct 14 18:06:01 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 14 18:06:01 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 14 19:08:13 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Oct 14 19:08:13 2021 **** BEGIN LOGGING AT Thu Oct 14 19:08:31 2021 Oct 14 19:08:31 * Now talking on #xml Oct 14 19:08:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 14 19:08:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 14 19:08:51 * seabass_ has quit (Quit: Bridge terminating on SIGTERM) Oct 14 19:12:39 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Oct 14 20:19:00 * cmsmcq (~cmsmcq@65.19.36.46) has joined **** ENDING LOGGING AT Thu Oct 14 22:31:38 2021 **** BEGIN LOGGING AT Fri Oct 15 13:47:43 2021 Oct 15 13:47:43 * Now talking on #xml Oct 15 13:47:43 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 15 13:47:43 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 15 14:13:22 * Klinda has quit (Ping timeout: 252 seconds) Oct 15 14:28:57 * Klinda (~superleag@user/klinda) has joined Oct 15 16:50:22 * daoudr (~daoudr@91.90.122.18) has joined Oct 15 16:57:37 * daoudr_ (~daoudr@2a02:1205:c681:1650:2213:cc7f:a040:3a92) has joined Oct 15 17:00:16 * daoudr has quit (Ping timeout: 268 seconds) Oct 15 17:03:22 * daoudr_ has quit (Quit: Leaving) Oct 15 17:56:01 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Oct 15 17:56:01 2021 **** BEGIN LOGGING AT Fri Oct 15 17:56:19 2021 Oct 15 17:56:19 * Now talking on #xml Oct 15 17:56:19 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 15 17:56:19 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 15 18:02:02 * hsv (~unknown@user/hsv) has joined Oct 15 18:18:00 * skapata has quit (Ping timeout: 260 seconds) Oct 15 18:19:43 * Klinda has quit (Ping timeout: 265 seconds) Oct 15 19:55:17 * Klinda (~superleag@user/klinda) has joined Oct 16 08:09:45 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Oct 16 08:09:45 2021 **** BEGIN LOGGING AT Sat Oct 16 08:10:04 2021 Oct 16 08:10:04 * Now talking on #xml Oct 16 08:10:04 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 16 08:10:04 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 16 11:06:05 * daoudr (~daoudr@2a02:1205:c681:1650:2213:cc7f:a040:3a92) has joined Oct 16 12:12:05 * daoudr has quit (Quit: Leaving) Oct 16 12:26:26 * Disconnected () **** ENDING LOGGING AT Sat Oct 16 12:26:26 2021 **** BEGIN LOGGING AT Sat Oct 16 12:26:39 2021 Oct 16 12:26:39 * Now talking on #xml Oct 16 12:26:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 16 12:26:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sat Oct 16 12:37:13 2021 **** BEGIN LOGGING AT Sat Oct 16 14:52:05 2021 Oct 16 14:52:05 * Now talking on #xml Oct 16 14:52:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 16 14:52:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 16 14:56:13 * skapata (~Skapata@2804:14c:87b0:a6f9:956a:a2ae:851e:8c1a) has joined Oct 16 15:08:43 * Klinda (~superleag@user/klinda) has joined Oct 16 16:34:24 * hsv has quit (Remote host closed the connection) Oct 16 19:17:31 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Oct 16 19:17:31 2021 **** BEGIN LOGGING AT Sat Oct 16 19:17:50 2021 Oct 16 19:17:50 * Now talking on #xml Oct 16 19:17:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 16 19:17:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 16 19:21:41 * daoudr (~daoudr@2a02:1205:c681:1650:2213:cc7f:a040:3a92) has joined Oct 16 19:59:45 * daoudr has quit (Quit: Leaving) **** ENDING LOGGING AT Sat Oct 16 20:32:16 2021 **** BEGIN LOGGING AT Sun Oct 17 08:46:03 2021 Oct 17 08:46:03 * Now talking on #xml Oct 17 08:46:03 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 17 08:46:03 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 17 13:10:53 * msfninja has quit (Quit: WeeChat 3.0) Oct 17 13:22:46 * msfninja (~kali@user/msfninja) has joined Oct 17 13:51:07 * msfninja has quit (Ping timeout: 252 seconds) Oct 17 14:02:59 * skapata (~Skapata@2804:14c:87b0:a6f9:c07:1a07:ca6:24ec) has joined Oct 17 18:14:19 * Klinda (~superleag@user/klinda) has joined Oct 17 19:04:02 * Klinda has quit (Quit: Konversation terminated!) Oct 17 19:04:22 * Klinda (~superleag@user/klinda) has joined Oct 17 19:23:41 * msfninja (~kali@user/msfninja) has joined Oct 18 03:54:31 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Oct 18 03:54:31 2021 **** BEGIN LOGGING AT Mon Oct 18 03:54:50 2021 Oct 18 03:54:50 * Now talking on #xml Oct 18 03:54:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 18 03:54:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 18 04:03:08 * Congress has quit (Quit: Connection closed for inactivity) Oct 18 05:07:18 demib0y: fwiw, they're a known troll. last nick I remember from them was BlackFlagAve or something Oct 18 05:09:55 * skapata has quit (Remote host closed the connection) Oct 18 08:09:35 * sybariten (~jake@157.90.217.120) has joined Oct 18 08:09:51 hey hey Oct 18 08:10:42 an OPML file has, disregarding the whole structure right now, lines that look like this Oct 18 08:12:40 with xmlstarlet under ubuntu, i can query the urls with something like xmlstarlet sel -t -v "//@xmlUrl" adn i can get their titles with xmlstarlet sel -t -v "//@title" . But how would i get an output like "https://www.reddit.com/r/worldnews.rss World News" ? in other word, two values/attributes from one element Oct 18 08:48:11 * Congress (uid521215@id-521215.hampstead.irccloud.com) has joined **** BEGIN LOGGING AT Mon Oct 18 08:50:01 2021 Oct 18 08:50:01 * Now talking on #xml Oct 18 08:50:01 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 18 08:50:01 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 18 08:50:22 it says it was not following me but quit as my client did Oct 18 08:51:01 2:03 AM → rindolf joined ⇐ Klinda and Congress quit Oct 18 08:52:39 sybariten: can you use python / perl / etc.? Oct 18 10:28:35 * demib0y has quit (Ping timeout: 264 seconds) Oct 18 11:03:59 * Congress has quit (Quit: Connection closed for inactivity) Oct 18 13:05:37 * Klinda (~superleag@user/klinda) has joined Oct 18 13:18:03 * daoudr (~daoudr@2a02:1205:c681:1650:2213:cc7f:a040:3a92) has joined Oct 18 15:17:37 * skapata (~Skapata@2804:14c:87b0:a6f9:547a:a00b:38d:bc41) has joined Oct 18 15:31:44 sybariten, you can use multiple -v options to select multiple things, and -o to output string literals Oct 18 15:32:13 together they should allow you full control over text output Oct 18 15:39:36 * W has quit (Quit: Updating kernel) Oct 18 15:43:56 * W (~w@user/w) has joined Oct 18 16:41:21 * Klinda has quit (Ping timeout: 245 seconds) Oct 18 16:59:47 * Klinda (~superleag@user/klinda) has joined Oct 18 19:11:21 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Oct 18 19:11:21 2021 **** BEGIN LOGGING AT Mon Oct 18 19:11:39 2021 Oct 18 19:11:39 * Now talking on #xml Oct 18 19:11:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 18 19:11:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Mon Oct 18 20:06:09 2021 **** BEGIN LOGGING AT Tue Oct 19 09:08:50 2021 Oct 19 09:08:50 * Now talking on #xml Oct 19 09:08:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 19 09:08:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 19 11:05:24 * hendursa1 (~weechat@user/hendursaga) has joined Oct 19 11:09:06 * hendursaga has quit (Ping timeout: 276 seconds) Oct 19 11:55:46 * Klinda (~superleag@user/klinda) has joined Oct 19 13:17:09 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Oct 19 13:17:09 2021 **** BEGIN LOGGING AT Tue Oct 19 13:17:28 2021 Oct 19 13:17:28 * Now talking on #xml Oct 19 13:17:28 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 19 13:17:28 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 19 15:29:01 * skapata (~Skapata@2804:14c:87b0:a6f9:7931:45dc:483a:6c06) has joined Oct 19 16:46:21 * hendursa1 has quit (Quit: hendursa1) Oct 19 16:46:50 * hendursaga (~weechat@user/hendursaga) has joined Oct 19 18:05:37 * hendursaga has quit (Remote host closed the connection) Oct 19 18:09:06 * hendursaga (~weechat@user/hendursaga) has joined Oct 19 19:48:40 * demib0y (~slave@204.237.91.64) has joined **** BEGIN LOGGING AT Wed Oct 20 09:40:55 2021 Oct 20 09:40:55 * Now talking on #xml Oct 20 09:40:55 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 20 09:40:55 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 20 10:00:56 * kali1 (~kali@user/msfninja) has joined Oct 20 10:07:53 * djinni`_ (~djinni@static.38.6.217.95.clients.your-server.de) has joined Oct 20 10:09:50 * msfninja has quit (Ping timeout: 260 seconds) Oct 20 10:09:50 * djinni` has quit (Ping timeout: 260 seconds) Oct 20 10:29:46 * kali1 is now known as msfninja Oct 20 11:09:17 * hendursa1 (~weechat@user/hendursaga) has joined Oct 20 11:12:45 * hendursaga has quit (Ping timeout: 276 seconds) Oct 20 11:29:22 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Oct 20 12:28:06 * Klinda (~superleag@user/klinda) has joined Oct 20 14:06:21 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Oct 20 14:06:21 2021 **** BEGIN LOGGING AT Wed Oct 20 14:06:39 2021 Oct 20 14:06:39 * Now talking on #xml Oct 20 14:06:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 20 14:06:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 20 14:38:13 * skapata (~Skapata@2804:14c:87b0:a6f9:d443:ec89:31b2:d95b) has joined Oct 20 17:49:33 * hendursa1 has quit (Quit: hendursa1) Oct 20 17:50:45 * hendursaga (~weechat@user/hendursaga) has joined Oct 20 18:32:02 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Oct 20 18:32:02 2021 **** BEGIN LOGGING AT Wed Oct 20 18:32:21 2021 Oct 20 18:32:21 * Now talking on #xml Oct 20 18:32:21 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 20 18:32:21 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Wed Oct 20 18:38:49 2021 **** BEGIN LOGGING AT Thu Oct 21 09:21:48 2021 Oct 21 09:21:48 * Now talking on #xml Oct 21 09:21:48 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 21 09:21:48 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 21 10:55:01 * Klinda (~superleag@user/klinda) has joined Oct 21 11:10:16 * hendursa1 (~weechat@user/hendursaga) has joined Oct 21 11:11:51 * hendursaga has quit (Ping timeout: 276 seconds) Oct 21 15:22:43 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Oct 21 15:31:37 * skapata (~Skapata@2804:14c:87b0:a6f9:34f3:14af:c14:a33d) has joined Oct 21 17:04:38 * enoq has quit (Quit: enoq) Oct 21 18:00:33 * daoudr (~daoudr@2a02:1205:c681:1650:8901:9592:757a:a93f) has joined Oct 21 18:53:09 * hendursa1 has quit (Quit: hendursa1) Oct 21 18:53:40 * hendursaga (~weechat@user/hendursaga) has joined **** ENDING LOGGING AT Thu Oct 21 20:24:14 2021 **** BEGIN LOGGING AT Fri Oct 22 08:12:35 2021 Oct 22 08:12:35 * Now talking on #xml Oct 22 08:12:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 22 08:12:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 22 12:09:20 * daoudr has quit (Ping timeout: 260 seconds) Oct 22 12:15:39 * daoudr (~daoudr@161.12.105.92.dynamic.wline.res.cust.swisscom.ch) has joined Oct 22 12:37:40 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Oct 22 12:37:40 2021 **** BEGIN LOGGING AT Fri Oct 22 12:38:08 2021 Oct 22 12:38:08 * Now talking on #xml Oct 22 12:38:08 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 22 12:38:08 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 22 13:33:50 * Klinda (~superleag@user/klinda) has joined Oct 22 14:08:51 * Klinda has quit (Ping timeout: 258 seconds) Oct 22 14:17:35 * Klinda (~superleag@user/klinda) has joined Oct 22 14:58:20 * skapata (~Skapata@2804:14c:87b0:a6f9:55df:fbfa:f55f:9ac3) has joined Oct 22 15:41:13 * Klinda has quit (Ping timeout: 252 seconds) Oct 22 16:01:24 * hendursaga has quit (Remote host closed the connection) Oct 22 16:02:36 * hendursaga (~weechat@user/hendursaga) has joined Oct 22 16:10:35 * Klinda (~superleag@user/klinda) has joined Oct 22 17:03:13 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Oct 22 17:03:13 2021 **** BEGIN LOGGING AT Fri Oct 22 17:03:31 2021 Oct 22 17:03:31 * Now talking on #xml Oct 22 17:03:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 22 17:03:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 22 17:34:50 * Klinda has quit (Ping timeout: 260 seconds) Oct 22 18:11:27 * Klinda (~superleag@user/klinda) has joined Oct 22 18:45:06 * Klinda has quit (Ping timeout: 260 seconds) Oct 22 19:17:34 * Klinda (~superleag@user/klinda) has joined Oct 22 19:27:09 * JeffH (~JeffH@85.sub-174-198-138.myvzw.com) has joined Oct 22 22:48:53 * Disconnected (Network is unreachable) **** ENDING LOGGING AT Fri Oct 22 22:48:53 2021 **** BEGIN LOGGING AT Fri Oct 22 22:49:11 2021 Oct 22 22:49:11 * Now talking on #xml Oct 22 22:49:11 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 22 22:49:11 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 23 00:31:27 * karjala has quit (*.net *.split) Oct 23 00:31:34 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Oct 23 01:46:35 * daoudr has quit (Ping timeout: 260 seconds) Oct 23 03:14:31 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Oct 23 03:14:31 2021 **** BEGIN LOGGING AT Sat Oct 23 03:14:49 2021 Oct 23 03:14:49 * Now talking on #xml Oct 23 03:14:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 23 03:14:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 23 03:26:27 * Klinda has quit (Quit: Konversation terminated!) Oct 23 05:19:41 * karjala has quit (Ping timeout: 245 seconds) Oct 23 05:22:14 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Oct 23 05:32:11 * karjala has quit (Ping timeout: 264 seconds) Oct 23 05:33:55 * karjala (sid176588@lymington.irccloud.com) has joined Oct 23 08:48:08 * skapata has quit (Read error: Connection reset by peer) Oct 23 09:11:04 * daoudr (~daoudr@2a02:1205:c690:ca10:1f8f:22dc:9967:691a) has joined **** BEGIN LOGGING AT Sat Oct 23 09:52:59 2021 Oct 23 09:52:59 * Now talking on #xml Oct 23 09:52:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 23 09:52:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 23 11:05:39 * hendursa1 (~weechat@user/hendursaga) has joined Oct 23 11:08:45 * hendursaga has quit (Ping timeout: 276 seconds) Oct 23 11:09:54 * hendursa1 has quit (Remote host closed the connection) Oct 23 11:10:22 * hendursa1 (~weechat@user/hendursaga) has joined Oct 23 12:08:38 * hendursa1 has quit (Remote host closed the connection) Oct 23 12:09:06 * hendursa1 (~weechat@user/hendursaga) has joined Oct 23 14:56:07 * Klinda (~superleag@user/klinda) has joined Oct 23 14:58:20 * skapata (~Skapata@2804:14c:87b0:a6f9:9536:84ea:4440:882) has joined Oct 23 18:50:54 * Klinda has quit (Read error: Connection reset by peer) Oct 23 18:52:09 * Klinda (~superleag@user/klinda) has joined Oct 23 19:53:40 * daoudr has quit (Quit: Leaving) **** ENDING LOGGING AT Sat Oct 23 20:36:55 2021 **** BEGIN LOGGING AT Sun Oct 24 07:23:54 2021 Oct 24 07:23:54 * Now talking on #xml Oct 24 07:23:54 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 24 07:23:54 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 24 08:52:51 * skapate has quit (Remote host closed the connection) Oct 24 09:57:41 * demib0y has quit (Ping timeout: 244 seconds) Oct 24 11:05:46 * hendursa1 (~weechat@user/hendursaga) has joined Oct 24 11:08:30 * hendursaga has quit (Ping timeout: 276 seconds) Oct 24 12:32:21 * Klinda (~superleag@user/klinda) has joined Oct 24 15:40:43 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Oct 24 15:40:43 2021 **** BEGIN LOGGING AT Sun Oct 24 15:41:01 2021 Oct 24 15:41:01 * Now talking on #xml Oct 24 15:41:01 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 24 15:41:01 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 24 16:01:25 * Klinda has quit (Ping timeout: 244 seconds) Oct 24 16:03:45 * Klinda (~superleag@user/klinda) has joined Oct 24 17:47:50 * Klinda has quit (Ping timeout: 244 seconds) Oct 24 18:00:39 * skapata (~Skapata@2804:14c:87b0:a6f9:4465:42da:6a61:c596) has joined Oct 24 18:55:55 * Klinda (~superleag@user/klinda) has joined Oct 24 19:26:29 * shoelaces has quit (Remote host closed the connection) **** ENDING LOGGING AT Sun Oct 24 20:04:17 2021 **** BEGIN LOGGING AT Mon Oct 25 07:48:24 2021 Oct 25 07:48:24 * Now talking on #xml Oct 25 07:48:24 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 25 07:48:24 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 25 11:05:44 * hendursaga (~weechat@user/hendursaga) has joined Oct 25 11:08:54 * hendursa1 has quit (Ping timeout: 276 seconds) Oct 25 11:20:55 * djinni`_ has quit (Quit: Leaving) Oct 25 11:25:37 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Oct 25 11:54:13 * Klinda (~superleag@user/klinda) has joined Oct 25 11:56:43 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Oct 25 11:56:43 2021 **** BEGIN LOGGING AT Mon Oct 25 11:57:02 2021 Oct 25 11:57:02 * Now talking on #xml Oct 25 11:57:02 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 25 11:57:02 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 25 14:32:45 * skapata (~Skapata@2804:14c:87b0:a6f9:48be:c24:133a:8962) has joined Oct 25 14:47:48 * daoudr has quit (Quit: Leaving) Oct 25 16:22:36 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Oct 25 16:22:36 2021 **** BEGIN LOGGING AT Mon Oct 25 16:22:55 2021 Oct 25 16:22:55 * Now talking on #xml Oct 25 16:22:55 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 25 16:22:55 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Mon Oct 25 19:50:18 2021 **** BEGIN LOGGING AT Tue Oct 26 08:14:36 2021 Oct 26 08:14:37 * Now talking on #xml Oct 26 08:14:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 26 08:14:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 26 11:05:55 * hendursa1 (~weechat@user/hendursaga) has joined Oct 26 11:08:39 * hendursaga has quit (Ping timeout: 276 seconds) Oct 26 12:18:31 * hendursa1 has quit (Remote host closed the connection) Oct 26 12:22:55 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Oct 26 12:22:55 2021 **** BEGIN LOGGING AT Tue Oct 26 12:23:14 2021 Oct 26 12:23:14 * Now talking on #xml Oct 26 12:23:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 26 12:23:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 26 14:04:24 * Klinda (~superleag@user/klinda) has joined Oct 26 16:17:09 * skapata (~Skapata@2804:14c:87b0:a6f9:2111:1b2c:6ebe:efdf) has joined Oct 26 17:54:57 * hendursa1 has quit (Quit: hendursa1) Oct 26 17:55:28 * hendursaga (~weechat@user/hendursaga) has joined Oct 26 18:45:50 * skapata has quit (Ping timeout: 260 seconds) Oct 26 18:51:55 * skapata (~Skapata@2804:14c:87b0:a6f9:a08e:2845:2bb:1c33) has joined **** ENDING LOGGING AT Tue Oct 26 19:46:01 2021 **** BEGIN LOGGING AT Wed Oct 27 09:57:48 2021 Oct 27 09:57:48 * Now talking on #xml Oct 27 09:57:48 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 27 09:57:48 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 27 11:05:17 * hendursa1 (~weechat@user/hendursaga) has joined Oct 27 11:08:24 * hendursaga has quit (Ping timeout: 276 seconds) Oct 27 13:16:33 * Klinda (~superleag@user/klinda) has joined Oct 27 14:48:04 * djinni`_ (~djinni@static.38.6.217.95.clients.your-server.de) has joined Oct 27 14:48:06 * armenb_ (armenb@inertia.static.net) has joined Oct 27 14:52:27 * Klinda has quit (*.net *.split) Oct 27 14:52:27 * djinni` has quit (*.net *.split) Oct 27 14:52:27 * demib0y has quit (*.net *.split) Oct 27 14:52:28 * armenb has quit (*.net *.split) Oct 27 14:53:26 * Klinda (~superleag@user/klinda) has joined Oct 27 14:58:26 * demib0y (~slave@204.237.91.64) has joined Oct 27 15:33:01 * Klinda has quit (Ping timeout: 245 seconds) Oct 27 16:12:35 * Klinda (~superleag@user/klinda) has joined Oct 27 17:53:01 * skapata (~Skapata@2804:14c:87b0:a6f9:387a:547d:b879:f1fe) has joined Oct 27 18:14:08 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Oct 27 18:14:08 2021 **** BEGIN LOGGING AT Wed Oct 27 18:14:26 2021 Oct 27 18:14:26 * Now talking on #xml Oct 27 18:14:26 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 27 18:14:26 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Wed Oct 27 19:34:21 2021 **** BEGIN LOGGING AT Thu Oct 28 08:10:32 2021 Oct 28 08:10:32 * Now talking on #xml Oct 28 08:10:32 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 28 08:10:32 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 28 08:47:31 * skapata has quit (Remote host closed the connection) Oct 28 11:05:17 * hendursa1 (~weechat@user/hendursaga) has joined Oct 28 11:08:09 * hendursaga has quit (Ping timeout: 276 seconds) Oct 28 11:09:41 * Klinda (~superleag@user/klinda) has joined Oct 28 14:32:29 * Klinda has quit (Quit: Konversation terminated!) Oct 28 16:17:43 * hendursa1 has quit (Remote host closed the connection) Oct 28 16:18:34 * hendursa1 (~weechat@user/hendursaga) has joined Oct 28 17:02:33 * skapata (~Skapata@2804:14c:87b0:a6f9:3447:7874:707f:1c0f) has joined Oct 28 17:10:39 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Oct 28 18:43:47 * enoq has quit (Quit: enoq) Oct 28 19:51:08 * Klinda (~superleag@user/klinda) has joined Oct 28 20:46:51 * hendursa1 has quit (Quit: hendursa1) Oct 28 20:53:14 * hendursaga (~weechat@user/hendursaga) has joined Oct 29 02:23:10 * Klinda has quit (Quit: Konversation terminated!) Oct 29 05:59:29 * JeffH (~JeffH@184-96-219-220.hlrn.qwest.net) has joined Oct 29 06:01:54 * JeffH has quit (Remote host closed the connection) Oct 29 06:02:36 * JeffH (~JeffH@184-96-219-220.hlrn.qwest.net) has joined Oct 29 06:46:57 * JeffH has quit (Read error: Connection reset by peer) Oct 29 06:47:13 * JeffH (~JeffH@184-96-219-220.hlrn.qwest.net) has joined Oct 29 06:47:47 * JeffH has quit (Read error: Connection reset by peer) Oct 29 06:47:49 * JeffH_ (~JeffH@100.sub-174-245-195.myvzw.com) has joined Oct 29 06:48:30 * JeffH_ has quit (Remote host closed the connection) Oct 29 06:51:26 * skapata has quit (Read error: Connection reset by peer) **** ENDING LOGGING AT Fri Oct 29 10:17:51 2021 **** BEGIN LOGGING AT Fri Oct 29 10:31:35 2021 Oct 29 10:31:35 * Now talking on #xml Oct 29 10:31:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 29 10:31:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 29 10:48:26 * Klinda (~superleag@user/klinda) has joined Oct 29 11:06:55 * hendursa1 (~weechat@user/hendursaga) has joined Oct 29 11:08:33 * hendursaga has quit (Ping timeout: 276 seconds) Oct 29 14:57:21 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Oct 29 14:57:21 2021 **** BEGIN LOGGING AT Fri Oct 29 14:57:39 2021 Oct 29 14:57:39 * Now talking on #xml Oct 29 14:57:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 29 14:57:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 29 16:23:09 * hendursa1 has quit (Ping timeout: 276 seconds) Oct 29 16:24:57 * hendursa1 (~weechat@user/hendursaga) has joined Oct 29 17:04:36 * skapata (~Skapata@2804:14c:87b0:a6f9:882f:99b3:8330:1ef6) has joined Oct 29 19:55:13 * hendursa1 has quit (Quit: hendursa1) Oct 29 19:55:41 * hendursaga (~weechat@user/hendursaga) has joined **** ENDING LOGGING AT Fri Oct 29 19:57:20 2021 **** BEGIN LOGGING AT Sat Oct 30 11:46:55 2021 Oct 30 11:46:55 * Now talking on #xml Oct 30 11:46:55 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 30 11:46:55 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 30 11:54:35 * skapata has quit (Remote host closed the connection) Oct 30 12:03:10 * hendursa1 has quit (Remote host closed the connection) Oct 30 12:04:50 * hendursa1 (~weechat@user/hendursaga) has joined Oct 30 16:12:10 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Oct 30 16:12:10 2021 **** BEGIN LOGGING AT Sat Oct 30 16:12:30 2021 Oct 30 16:12:30 * Now talking on #xml Oct 30 16:12:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 30 16:12:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sat Oct 30 19:03:27 2021 **** BEGIN LOGGING AT Sun Oct 31 07:53:49 2021 Oct 31 07:53:49 * Now talking on #xml Oct 31 07:53:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Oct 31 07:53:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Oct 31 10:05:27 * hendursa1 (~weechat@user/hendursaga) has joined Oct 31 10:09:21 * hendursaga has quit (Ping timeout: 276 seconds) Oct 31 12:42:57 * Klinda (~superleag@user/klinda) has joined Oct 31 16:05:30 * Klinda has quit (Ping timeout: 260 seconds) Oct 31 16:42:20 * Klinda (~superleag@user/klinda) has joined Oct 31 17:26:13 * skapata (~Skapata@2804:14c:87b0:a6f9:6575:10df:b6d2:a414) has joined **** ENDING LOGGING AT Sun Oct 31 19:20:28 2021 **** BEGIN LOGGING AT Mon Nov 1 07:26:20 2021 Nov 01 07:26:20 * Now talking on #xml Nov 01 07:26:20 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 01 07:26:20 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 01 07:41:47 * skapata has quit (Read error: Connection reset by peer) Nov 01 07:54:14 * paak has quit (*.net *.split) Nov 01 07:54:28 * paak (~Peter@2a01:4f9:c010:677c::104) has joined Nov 01 08:02:50 * sybariten has quit (*.net *.split) Nov 01 08:12:22 * sybariten (~jake@157.90.217.120) has joined Nov 01 10:05:33 * hendursa1 (~weechat@user/hendursaga) has joined Nov 01 10:09:06 * hendursaga has quit (Ping timeout: 276 seconds) Nov 01 11:51:50 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 1 11:51:50 2021 **** BEGIN LOGGING AT Mon Nov 1 11:52:09 2021 Nov 01 11:52:09 * Now talking on #xml Nov 01 11:52:09 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 01 11:52:09 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 01 12:36:04 * Klinda (~superleag@user/klinda) has joined Nov 01 15:34:39 * hendursa1 has quit (Quit: hendursa1) Nov 01 15:42:57 * hendursaga (~weechat@user/hendursaga) has joined Nov 01 16:17:19 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 1 16:17:19 2021 **** BEGIN LOGGING AT Mon Nov 1 16:17:37 2021 Nov 01 16:17:37 * Now talking on #xml Nov 01 16:17:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 01 16:17:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 01 17:44:34 * daoudr (~daoudr@2a02:1205:c690:ca10:1d6:6982:9414:1a59) has joined **** ENDING LOGGING AT Mon Nov 1 19:11:33 2021 **** BEGIN LOGGING AT Tue Nov 2 09:17:12 2021 Nov 02 09:17:12 * Now talking on #xml Nov 02 09:17:12 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 02 09:17:12 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 02 10:05:19 * hendursa1 (~weechat@user/hendursaga) has joined Nov 02 10:08:51 * hendursaga has quit (Ping timeout: 276 seconds) Nov 02 13:19:11 * Klinda (~superleag@user/klinda) has joined Nov 02 16:20:24 * hendursa1 has quit (Quit: hendursa1) Nov 02 16:20:49 * hendursaga (~weechat@user/hendursaga) has joined Nov 02 16:42:28 * skapata (~Skapata@2804:14c:87b0:a6f9:e8c0:35dd:3893:129a) has joined Nov 02 17:50:47 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Nov 2 17:50:47 2021 **** BEGIN LOGGING AT Tue Nov 2 17:51:06 2021 Nov 02 17:51:06 * Now talking on #xml Nov 02 17:51:06 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 02 17:51:06 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 02 18:11:34 * JeffH (~JeffH@153.sub-174-245-195.myvzw.com) has joined Nov 02 18:49:56 * JeffH has quit (Remote host closed the connection) Nov 02 18:50:09 * JeffH (~JeffH@153.sub-174-245-195.myvzw.com) has joined Nov 02 19:44:05 * JeffH has quit (Remote host closed the connection) Nov 02 19:48:32 * JeffH (~JeffH@153.sub-174-245-195.myvzw.com) has joined Nov 02 20:07:49 * JeffH has quit (Remote host closed the connection) Nov 02 22:18:32 * Klinda has quit (Ping timeout: 268 seconds) **** ENDING LOGGING AT Tue Nov 2 22:26:46 2021 **** BEGIN LOGGING AT Wed Nov 3 13:14:00 2021 Nov 03 13:14:00 * Now talking on #xml Nov 03 13:14:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 03 13:14:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 03 13:15:54 * Klinda (~superleag@user/klinda) has joined Nov 03 13:38:06 * strk (~strk@user/strk) has joined Nov 03 13:38:37 anyone familiar with FatturaElettronica (italian digital invoicing system) format ? Nov 03 13:50:57 * Klinda has quit (Ping timeout: 268 seconds) Nov 03 14:09:33 * Klinda (~superleag@user/klinda) has joined Nov 03 15:05:25 * skapata (~Skapata@2804:14c:87b0:a6f9:35b5:6b52:836c:5a7) has joined Nov 03 15:18:06 strk: hi, https://dontasktoask.com/ Nov 03 16:34:01 * daoudr (~daoudr@2a02:1205:c690:ca10:d574:aebb:ed5c:efb8) has joined Nov 03 17:23:59 * daoudr has quit (Quit: Leaving) Nov 03 17:25:52 * daoudr (~daoudr@2a02:1205:c690:ca10:69e5:f03d:247b:4199) has joined Nov 03 18:13:51 * daoudr has quit (Quit: Leaving) Nov 03 18:22:16 * hendursa1 has quit (Quit: hendursa1) Nov 03 18:23:05 * hendursaga (~weechat@user/hendursaga) has joined Nov 03 19:11:20 * daoudr (~daoudr@2a02:1205:c690:ca10:3d58:ccf6:72f8:5c4a) has joined Nov 03 19:15:37 * daoudr has quit (Client Quit) Nov 03 19:15:59 * daoudr (~daoudr@2a02:1205:c690:ca10:3d58:ccf6:72f8:5c4a) has joined **** ENDING LOGGING AT Wed Nov 3 20:07:03 2021 **** BEGIN LOGGING AT Thu Nov 4 10:00:36 2021 Nov 04 10:00:36 * Now talking on #xml Nov 04 10:00:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 04 10:00:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 04 10:05:24 * hendursa1 (~weechat@user/hendursaga) has joined Nov 04 10:07:42 * hendursaga has quit (Ping timeout: 276 seconds) Nov 04 10:30:42 * Klinda (~superleag@user/klinda) has joined Nov 04 11:33:36 * daoudr (~daoudr@2a02:1205:c690:ca10:3d58:ccf6:72f8:5c4a) has joined Nov 04 17:39:15 * skapata (~Skapata@2804:14c:87b0:a6f9:9dd0:d32d:1cd6:8dc6) has joined Nov 04 18:02:55 * hendursa1 has quit (Quit: hendursa1) Nov 04 18:03:28 * hendursaga (~weechat@user/hendursaga) has joined Nov 04 18:06:10 * skapata has quit (Ping timeout: 268 seconds) Nov 04 18:34:15 * Disconnected (Connection timed out) **** ENDING LOGGING AT Thu Nov 4 18:34:15 2021 **** BEGIN LOGGING AT Thu Nov 4 18:34:34 2021 Nov 04 18:34:34 * Now talking on #xml Nov 04 18:34:34 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 04 18:34:34 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 04 19:21:31 * skapata (~Skapata@2804:14c:87b0:a6f9:4957:1fad:d24a:4121) has joined Nov 04 22:59:45 * Disconnected (Connection timed out) **** ENDING LOGGING AT Thu Nov 4 22:59:45 2021 **** BEGIN LOGGING AT Thu Nov 4 23:00:03 2021 Nov 04 23:00:03 * Now talking on #xml Nov 04 23:00:03 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 04 23:00:03 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 05 00:08:25 * Klinda_PING (~superleag@user/klinda) has joined Nov 05 00:09:05 * Klinda has quit (Killed (NickServ (GHOST command used by Klinda_PING))) Nov 05 00:09:12 * Klinda_PING is now known as Klinda Nov 05 02:05:38 * Klinda has quit (Quit: Konversation terminated!) Nov 05 04:34:13 * cmsmcq has quit (Quit: cmsmcq) Nov 05 04:36:11 * cmsmcq (~cmsmcq@65.19.36.46) has joined Nov 05 06:49:20 * skapata has quit (Quit: Ĝis.) **** ENDING LOGGING AT Fri Nov 5 07:05:13 2021 **** BEGIN LOGGING AT Fri Nov 5 07:24:41 2021 Nov 05 07:24:41 * Now talking on #xml Nov 05 07:24:41 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 05 07:24:41 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 05 10:05:14 * hendursa1 (~weechat@user/hendursaga) has joined Nov 05 10:08:45 * hendursaga has quit (Ping timeout: 276 seconds) Nov 05 10:19:29 * hendursa1 has quit (Remote host closed the connection) Nov 05 10:19:59 * hendursa1 (~weechat@user/hendursaga) has joined Nov 05 11:05:04 * Klinda (~superleag@user/klinda) has joined Nov 05 13:54:10 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Nov 5 13:54:10 2021 **** BEGIN LOGGING AT Fri Nov 5 13:54:29 2021 Nov 05 13:54:29 * Now talking on #xml Nov 05 13:54:29 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 05 13:54:29 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 05 14:42:45 * daoudr_ (~daoudr@gateway/vpn/pia/daoudr) has joined Nov 05 14:45:40 * daoudr has quit (Ping timeout: 268 seconds) Nov 05 14:50:49 * daoudr__ (~daoudr@2a02:1205:c690:ca10:cc28:1113:28f4:cbb8) has joined Nov 05 14:53:47 * daoudr_ has quit (Ping timeout: 264 seconds) Nov 05 16:02:30 * skapata (~Skapata@2804:14c:87b0:a6f9:60b5:43:52c6:40a7) has joined Nov 05 16:58:15 * skapata has quit (Ping timeout: 268 seconds) Nov 05 17:08:16 * skapata (~Skapata@2804:14c:87b0:a6f9:9d8f:c086:2e21:c52e) has joined Nov 05 17:31:38 * strk (~strk@user/strk) has left (WeeChat 3.0.1) Nov 05 18:19:48 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Nov 5 18:19:48 2021 **** BEGIN LOGGING AT Fri Nov 5 18:20:06 2021 Nov 05 18:20:06 * Now talking on #xml Nov 05 18:20:06 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 05 18:20:06 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 05 19:19:18 * Klinda has quit (Ping timeout: 260 seconds) Nov 05 19:25:24 * Klinda (~superleag@user/klinda) has joined **** ENDING LOGGING AT Fri Nov 5 20:25:02 2021 **** BEGIN LOGGING AT Sat Nov 6 07:42:13 2021 Nov 06 07:42:13 * Now talking on #xml Nov 06 07:42:13 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 06 07:42:13 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 06 07:49:40 * skapata has quit (Remote host closed the connection) Nov 06 08:11:56 * W has quit (Read error: Connection reset by peer) Nov 06 10:05:03 * hendursaga (~weechat@user/hendursaga) has joined Nov 06 10:08:30 * hendursa1 has quit (Ping timeout: 276 seconds) Nov 06 10:17:36 * hendursaga has quit (Ping timeout: 276 seconds) Nov 06 10:19:26 * hendursaga (~weechat@user/hendursaga) has joined Nov 06 12:07:36 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Nov 6 12:07:36 2021 **** BEGIN LOGGING AT Sat Nov 6 12:07:54 2021 Nov 06 12:07:54 * Now talking on #xml Nov 06 12:07:54 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 06 12:07:54 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 06 14:50:25 * Klinda (~superleag@user/klinda) has joined Nov 06 16:32:23 * hendursaga has quit (Remote host closed the connection) Nov 06 16:33:05 * hendursaga (~weechat@user/hendursaga) has joined Nov 06 16:53:45 * hendursaga has quit (Remote host closed the connection) Nov 06 16:54:17 * hendursaga (~weechat@user/hendursaga) has joined Nov 06 18:00:12 * skapata (~Skapata@2804:14c:87b0:a6f9:477:1061:59ab:6b1f) has joined Nov 06 18:12:00 * hendursaga has quit (Quit: hendursaga) Nov 06 18:12:25 * hendursaga (~weechat@user/hendursaga) has joined Nov 06 18:37:32 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Nov 6 18:37:32 2021 **** BEGIN LOGGING AT Sat Nov 6 18:37:50 2021 Nov 06 18:37:50 * Now talking on #xml Nov 06 18:37:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 06 18:37:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 06 18:46:05 * W (~w@user/w) has joined **** ENDING LOGGING AT Sat Nov 6 19:06:53 2021 **** BEGIN LOGGING AT Sat Nov 6 19:11:46 2021 Nov 06 19:11:46 * Now talking on #xml Nov 06 19:11:46 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 06 19:11:46 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sat Nov 6 19:46:38 2021 **** BEGIN LOGGING AT Sun Nov 7 08:04:56 2021 Nov 07 08:04:56 * Now talking on #xml Nov 07 08:04:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 07 08:04:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 07 11:05:29 * hendursa1 (~weechat@user/hendursaga) has joined Nov 07 11:08:42 * hendursaga has quit (Ping timeout: 276 seconds) Nov 07 12:13:39 * Disconnected () **** ENDING LOGGING AT Sun Nov 7 12:13:39 2021 **** BEGIN LOGGING AT Sun Nov 7 12:13:50 2021 Nov 07 12:13:50 * Now talking on #xml Nov 07 12:13:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 07 12:13:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 07 13:03:40 * Klinda (~superleag@user/klinda) has joined Nov 07 15:07:10 * Klinda has quit (Ping timeout: 260 seconds) Nov 07 15:27:29 * zro (~zro@user/zro) has joined Nov 07 15:33:43 trying to transform some html to rss. shouldnt this print the href attribute of an html anchor tag as the text content of a link element? ? doesn't seem to be working Nov 07 15:40:15 * daoudr_ (~daoudr@gateway/vpn/pia/daoudr) has joined Nov 07 15:43:28 * daoudr__ has quit (Ping timeout: 268 seconds) Nov 07 15:54:19 * daoudr__ (~daoudr@2a02:1205:c690:ca10:cc28:1113:28f4:cbb8) has joined Nov 07 15:57:23 * daoudr_ has quit (Ping timeout: 264 seconds) Nov 07 16:07:43 * Klinda (~superleag@user/klinda) has joined Nov 07 16:39:19 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Nov 7 16:39:19 2021 **** BEGIN LOGGING AT Sun Nov 7 16:39:37 2021 Nov 07 16:39:37 * Now talking on #xml Nov 07 16:39:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 07 16:39:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 07 17:43:02 zro: hi Nov 07 17:43:21 zro: xml namespaces? Nov 07 17:54:17 * skapata (~Skapata@2804:14c:87b0:a6f9:48e0:406d:e67c:af6) has joined **** ENDING LOGGING AT Sun Nov 7 20:18:43 2021 **** BEGIN LOGGING AT Mon Nov 8 06:39:55 2021 Nov 08 06:39:55 * Now talking on #xml Nov 08 06:39:55 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 08 06:39:55 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 08 08:12:53 * seabass_ has quit (*.net *.split) Nov 08 08:12:53 * Arie has quit (*.net *.split) Nov 08 08:13:01 * Arie (ArieP@isdb.nl) has joined Nov 08 08:15:39 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Nov 08 09:09:41 * skapata has quit (Remote host closed the connection) Nov 08 11:03:38 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 8 11:03:38 2021 **** BEGIN LOGGING AT Mon Nov 8 11:03:56 2021 Nov 08 11:03:56 * Now talking on #xml Nov 08 11:03:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 08 11:03:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 08 12:30:11 * Klinda has quit (Read error: Connection reset by peer) Nov 08 12:30:40 * Klinda (~superleag@user/klinda) has joined Nov 08 15:12:12 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Nov 8 15:12:12 2021 **** BEGIN LOGGING AT Mon Nov 8 15:12:30 2021 Nov 08 15:12:30 * Now talking on #xml Nov 08 15:12:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 08 15:12:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 08 17:06:46 * skapata (~Skapata@2804:14c:87b0:a6f9:d18c:8b69:3306:9a69) has joined Nov 08 19:20:42 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Nov 8 19:20:42 2021 **** BEGIN LOGGING AT Mon Nov 8 19:21:01 2021 Nov 08 19:21:01 * Now talking on #xml Nov 08 19:21:01 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 08 19:21:01 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 08 22:00:13 * cmsmcq2 (~cmsmcq2@65.19.36.46) has joined Nov 08 23:29:12 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Nov 8 23:29:12 2021 **** BEGIN LOGGING AT Mon Nov 8 23:29:30 2021 Nov 08 23:29:30 * Now talking on #xml Nov 08 23:29:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 08 23:29:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 09 01:01:11 * cmsmcq2 has quit (Ping timeout: 256 seconds) Nov 09 01:33:47 * Klinda has quit (Quit: Konversation terminated!) Nov 09 05:42:12 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Nov 9 05:42:12 2021 **** BEGIN LOGGING AT Tue Nov 9 05:42:30 2021 Nov 09 05:42:30 * Now talking on #xml Nov 09 05:42:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 09 05:42:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 09 06:44:24 * Arie has quit (*.net *.split) Nov 09 06:44:24 * zro has quit (*.net *.split) Nov 09 06:45:10 * Arie (ArieP@isdb.nl) has joined Nov 09 06:45:10 * zro (~zro@user/zro) has joined Nov 09 06:53:58 * skapata has quit (Remote host closed the connection) Nov 09 12:17:06 * Klinda (~superleag@user/klinda) has joined Nov 09 13:59:12 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Nov 9 13:59:12 2021 **** BEGIN LOGGING AT Tue Nov 9 13:59:30 2021 Nov 09 13:59:30 * Now talking on #xml Nov 09 13:59:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 09 13:59:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 09 15:01:57 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 09 15:23:02 hi, currently validating a schema and getting '0000-12-30T12:00:00Z' is not a valid value for 'dateTime' Nov 09 15:26:24 looking at the iso8601 spec it looks like a valid date Nov 09 15:53:13 * Klinda has quit (Ping timeout: 250 seconds) Nov 09 15:57:19 enoq, there isn't a year zero Nov 09 15:58:18 1 BC was followed immediately by AD 1 and the proleptic ISO calendar follows that Nov 09 16:17:45 thanks Nov 09 16:47:55 demib0y: the situation isn't made better by the awesome open source game, '0AD'! Nov 09 16:54:37 * daoudr__ has quit (Quit: Leaving) Nov 09 17:05:57 * enoq has quit (Quit: enoq) Nov 09 17:31:33 * Klinda (~superleag@user/klinda) has joined Nov 09 17:45:16 * gde33 has quit (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) Nov 09 18:52:29 * JeffH (~JeffH@9.sub-174-198-138.myvzw.com) has joined **** ENDING LOGGING AT Tue Nov 9 19:33:34 2021 **** BEGIN LOGGING AT Wed Nov 10 06:46:31 2021 Nov 10 06:46:31 * Now talking on #xml Nov 10 06:46:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 10 06:46:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 10 08:23:20 * skapata has quit (Remote host closed the connection) Nov 10 11:05:37 * Disconnected () **** ENDING LOGGING AT Wed Nov 10 11:05:38 2021 **** BEGIN LOGGING AT Wed Nov 10 11:05:49 2021 Nov 10 11:05:49 * Now talking on #xml Nov 10 11:05:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 10 11:05:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 10 12:25:05 * Klinda (~superleag@user/klinda) has joined Nov 10 15:32:21 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 10 17:28:56 * enoq has quit (Quit: enoq) Nov 10 18:07:16 * skapata (~Skapata@2804:14c:87b0:a6f9:b86f:881a:ecd7:30b5) has joined Nov 10 18:36:43 * JeffH (~JeffH@205.sub-174-198-141.myvzw.com) has joined Nov 10 18:37:19 * JeffH has quit (Remote host closed the connection) Nov 10 18:38:12 * JeffH (~JeffH@205.sub-174-198-141.myvzw.com) has joined Nov 10 18:39:13 * JeffH has quit (Remote host closed the connection) Nov 10 18:40:21 * JeffH (~JeffH@205.sub-174-198-141.myvzw.com) has joined Nov 10 18:57:50 * JeffH has quit (Remote host closed the connection) Nov 10 19:21:51 * JeffH (~JeffH@205.sub-174-198-141.myvzw.com) has joined Nov 10 19:22:48 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Nov 10 19:22:48 2021 **** BEGIN LOGGING AT Wed Nov 10 19:23:06 2021 Nov 10 19:23:06 * Now talking on #xml Nov 10 19:23:06 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 10 19:23:06 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 10 19:24:59 * JeffH (~JeffH@205.sub-174-198-141.myvzw.com) has joined Nov 10 19:25:01 * JeffH has quit (Client Quit) Nov 10 19:25:58 * JeffH (~JeffH@205.sub-174-198-141.myvzw.com) has joined Nov 10 19:32:01 * JeffH has quit (Remote host closed the connection) Nov 10 19:58:46 * cmsmcq2 has quit (Ping timeout: 260 seconds) **** ENDING LOGGING AT Wed Nov 10 20:32:12 2021 **** BEGIN LOGGING AT Thu Nov 11 07:27:36 2021 Nov 11 07:27:36 * Now talking on #xml Nov 11 07:27:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 11 07:27:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 11 08:38:30 * skapata has quit (Remote host closed the connection) Nov 11 11:32:21 * Klinda (~superleag@user/klinda) has joined Nov 11 12:15:53 * Klinda has quit (Ping timeout: 256 seconds) Nov 11 14:00:58 * Klinda (~superleag@user/klinda) has joined Nov 11 15:41:47 * karjala has quit (Ping timeout: 264 seconds) Nov 11 15:42:36 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Nov 11 16:19:02 * karjala has quit (Ping timeout: 240 seconds) Nov 11 16:23:25 * karjala (sid176588@lymington.irccloud.com) has joined Nov 11 17:55:57 * Klinda has quit (Quit: Konversation terminated!) Nov 11 17:58:29 * Klinda (~superleag@user/klinda) has joined Nov 11 18:22:21 * skapata (~Skapata@2804:14c:87b0:a6f9:dd45:f936:4091:3407) has joined **** ENDING LOGGING AT Thu Nov 11 19:45:35 2021 **** BEGIN LOGGING AT Fri Nov 12 07:02:38 2021 Nov 12 07:02:38 * Now talking on #xml Nov 12 07:02:38 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 12 07:02:38 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 12 08:42:05 * skapata has quit (Remote host closed the connection) Nov 12 11:47:23 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 12 12:21:28 * daoudr has quit (Quit: Leaving) Nov 12 14:10:40 * seabass_ has quit (Quit: Bridge terminating on SIGTERM) Nov 12 14:27:56 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Nov 12 14:37:46 * Klinda (~superleag@user/klinda) has joined Nov 12 14:50:50 * seabass_ has quit (Quit: Client limit exceeded: 20000) Nov 12 15:19:29 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Nov 12 15:19:29 2021 **** BEGIN LOGGING AT Fri Nov 12 15:19:47 2021 Nov 12 15:19:47 * Now talking on #xml Nov 12 15:19:47 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 12 15:19:47 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 12 17:18:01 * Klinda has quit (Ping timeout: 268 seconds) Nov 12 17:18:14 * Klinda (~superleag@user/klinda) has joined Nov 12 17:33:07 * Klinda has quit (Ping timeout: 256 seconds) Nov 12 18:22:18 * Klinda (~superleag@user/klinda) has joined Nov 12 18:48:56 * skapata (~Skapata@2804:14c:87b0:a6f9:a915:ec4b:44f7:de65) has joined **** ENDING LOGGING AT Fri Nov 12 19:42:09 2021 **** BEGIN LOGGING AT Sat Nov 13 12:48:45 2021 Nov 13 12:48:45 * Now talking on #xml Nov 13 12:48:46 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 13 12:48:46 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 13 14:42:50 * Klinda (~superleag@user/klinda) has joined Nov 13 18:47:42 * skapata (~Skapata@2804:14c:87b0:a6f9:60e3:f790:778c:1e41) has joined Nov 13 18:48:21 * skapata has quit (Remote host closed the connection) Nov 13 18:48:46 * skapata (~Skapata@2804:14c:87b0:a6f9:60e3:f790:778c:1e41) has joined **** ENDING LOGGING AT Sat Nov 13 20:20:10 2021 **** BEGIN LOGGING AT Sun Nov 14 07:31:41 2021 Nov 14 07:31:41 * Now talking on #xml Nov 14 07:31:42 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 14 07:31:42 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 14 08:23:49 hi paule32 Nov 14 08:24:57 paule32, try just, Nov 14 08:25:14 you cannot put markup inside xsl:text, because xsl:text creates a text node Nov 14 08:26:04 you should, however, put Variable: into a text node, Variable: Nov 14 08:27:07 (even if what you were trying to do was OK, href=name> is not what you want as output at all Nov 14 08:28:55 * skapata has quit (Remote host closed the connection) Nov 14 09:02:07 hello, and good morning demib0y Nov 14 09:02:27 thank you, i will try it, now Nov 14 09:18:48 yw Nov 14 09:19:00 * demib0y off tobed.02:18am here Nov 14 10:00:31 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 14 10:33:42 * daoudr has quit (Ping timeout: 260 seconds) Nov 14 12:50:23 Tobed ? your city ? Nov 14 13:16:08 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 14 13:23:42 i have this string: "t_screen_1ac68ebf657443912256e2e583963aa360" Nov 14 13:24:12 how can i get a substring, so, that "_1ac68ebf657443912256e2e583963aa360" is cutted Nov 14 13:24:17 ? Nov 14 14:25:46 * Klinda (~superleag@user/klinda) has joined Nov 14 15:35:32 hello Nov 14 15:35:53 i have multiple xml files, but only one xslt file Nov 14 15:36:20 i have successfully create so, when i click the link of a item, a new browser site will be open Nov 14 15:36:58 but it is showing me xml tree, no xslt Nov 14 15:37:31 i can't copy the main xslt file to the sub directories in which the xml files resides Nov 14 15:38:27 because i use doxygen, help generator, and doxygen produce sub directories that i can't give name by my self, all work is by doxygen Nov 14 15:39:06 the only thing what i can do is to create a xslt file, and make a styled html file for only one xml Nov 14 15:39:29 i have found the "document" function, but how can i use it? Nov 14 15:39:57 is the code after the click on the link injected to the main xml ? Nov 14 15:40:13 i am a little bit confuse Nov 14 16:03:26 * Klinda has quit (Ping timeout: 245 seconds) Nov 14 16:35:22 * Klinda (~superleag@user/klinda) has joined Nov 14 18:21:46 * Klinda has quit (Ping timeout: 245 seconds) Nov 14 18:30:44 * Klinda (~superleag@user/klinda) has joined Nov 14 19:27:18 * Klinda has quit (Ping timeout: 265 seconds) Nov 14 19:31:15 paule32, sorry, i meant, off to bed Nov 14 19:32:34 sounds like you need to run an external shell script to run xslt on each file and save the output (assuming Linux). Nov 14 19:33:03 it's also possible to add an xml processing instruction into an XML file to get a Web browser to fetch the XSLT and display the result Nov 14 19:33:15 (this does not work forlocal files, however) Nov 14 20:06:58 * skapata (~Skapata@2804:14c:87b0:a6f9:b1d7:e14b:5957:fa7f) has joined Nov 14 20:11:09 * Klinda (~superleag@user/klinda) has joined Nov 14 21:14:46 * skapata has quit (Remote host closed the connection) Nov 14 21:15:04 * skapata (~Skapata@2804:14c:87b0:a6f9:b1d7:e14b:5957:fa7f) has joined Nov 14 23:00:28 * daoudr has quit (Ping timeout: 256 seconds) Nov 15 00:03:33 * Klinda has quit (Quit: Konversation terminated!) Nov 15 00:21:58 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 15 00:21:58 2021 **** BEGIN LOGGING AT Mon Nov 15 00:22:17 2021 Nov 15 00:22:17 * Now talking on #xml Nov 15 00:22:17 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 15 00:22:17 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 15 00:32:34 * skapata has quit (Quit: Ĝis.) Nov 15 00:51:57 * skapata (~Skapata@2804:14c:87b0:a6f9:b1d7:e14b:5957:fa7f) has joined Nov 15 04:30:31 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Nov 15 04:30:31 2021 **** BEGIN LOGGING AT Mon Nov 15 04:30:49 2021 Nov 15 04:30:49 * Now talking on #xml Nov 15 04:30:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 15 04:30:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Mon Nov 15 08:50:48 2021 **** BEGIN LOGGING AT Mon Nov 15 09:06:06 2021 Nov 15 09:06:06 * Now talking on #xml Nov 15 09:06:06 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 15 09:06:06 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 15 11:44:15 * Klinda (~superleag@user/klinda) has joined Nov 15 13:31:15 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 15 13:31:15 2021 **** BEGIN LOGGING AT Mon Nov 15 13:31:34 2021 Nov 15 13:31:34 * Now talking on #xml Nov 15 13:31:34 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 15 13:31:34 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 15 14:19:01 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 15 14:43:21 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 15 14:43:21 2021 **** BEGIN LOGGING AT Mon Nov 15 14:50:16 2021 Nov 15 14:50:16 * Now talking on #xml Nov 15 14:50:16 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 15 14:50:16 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 15 15:56:08 * Klinda has quit (Quit: Konversation terminated!) Nov 15 15:56:25 * Klinda (~superleag@user/klinda) has joined Nov 15 16:05:16 * paule32_ (~paule32@user/paule32) has joined Nov 15 16:08:26 * paule32 has quit (Ping timeout: 260 seconds) Nov 15 16:14:48 * daoudr (~daoudr@77.73.244.222) has joined Nov 15 16:32:59 * Klinda has quit (Ping timeout: 265 seconds) Nov 15 16:44:39 * daoudr has quit (Remote host closed the connection) Nov 15 16:45:00 * daoudr (~daoudr@77.73.244.222) has joined Nov 15 16:57:55 * skapata (~Skapata@2804:14c:87b0:a6f9:4ee:8c8e:69d7:47f4) has joined Nov 15 17:54:06 * Klinda (~superleag@user/klinda) has joined Nov 15 18:40:50 * daoudr has quit (Ping timeout: 256 seconds) Nov 15 18:43:29 * daoudr (~daoudr@77.73.244.222) has joined Nov 15 18:56:32 * daoudr has quit (Ping timeout: 265 seconds) Nov 15 19:08:17 * enoq has quit (Quit: enoq) Nov 15 19:12:20 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined **** ENDING LOGGING AT Mon Nov 15 19:30:01 2021 **** BEGIN LOGGING AT Tue Nov 16 07:52:36 2021 Nov 16 07:52:36 * Now talking on #xml Nov 16 07:52:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 16 07:52:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 16 08:09:15 * skapata (~Skapata@2804:14c:87b0:a6f9:ad56:b236:43bf:104b) has joined Nov 16 09:36:46 * skapata has quit (Remote host closed the connection) Nov 16 11:41:25 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 16 12:17:42 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Nov 16 12:17:42 2021 **** BEGIN LOGGING AT Tue Nov 16 12:18:00 2021 Nov 16 12:18:00 * Now talking on #xml Nov 16 12:18:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 16 12:18:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 16 14:11:21 * Klinda (~superleag@user/klinda) has joined Nov 16 17:26:30 * Klinda has quit (Ping timeout: 256 seconds) Nov 16 18:17:18 * Klinda (~superleag@user/klinda) has joined Nov 16 19:29:42 * enoq has quit (Quit: enoq) **** ENDING LOGGING AT Tue Nov 16 20:46:46 2021 **** BEGIN LOGGING AT Wed Nov 17 08:51:59 2021 Nov 17 08:51:59 * Now talking on #xml Nov 17 08:51:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 17 08:51:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 17 09:08:51 * skapata has quit (Remote host closed the connection) Nov 17 13:21:49 * Klinda (~superleag@user/klinda) has joined Nov 17 14:14:52 * Klinda has quit (Ping timeout: 256 seconds) Nov 17 14:21:59 * Klinda (~superleag@user/klinda) has joined Nov 17 15:21:34 * daoudr has quit (Remote host closed the connection) Nov 17 17:59:33 * skapata (~Skapata@2804:14c:87b0:a6f9:40a5:a81e:f992:bb69) has joined Nov 17 19:13:19 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Nov 17 19:13:19 2021 **** BEGIN LOGGING AT Wed Nov 17 19:13:39 2021 Nov 17 19:13:39 * Now talking on #xml Nov 17 19:13:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 17 19:13:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 17 20:27:37 * Klinda has quit (Quit: Konversation terminated!) **** ENDING LOGGING AT Wed Nov 17 20:29:51 2021 **** BEGIN LOGGING AT Thu Nov 18 07:19:06 2021 Nov 18 07:19:06 * Now talking on #xml Nov 18 07:19:06 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 18 07:19:06 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 18 09:40:22 * paule32 (~paule32@user/paule32) has joined Nov 18 09:40:28 hello Nov 18 09:40:48 how can i insert text into xml from xslt ? Nov 18 09:41:11 like: Nov 18 09:41:31 when possible over multiple lines Nov 18 09:58:50 paule32: hi Nov 18 09:59:04 paule32: Nov 18 10:38:53 * skapata has quit (Remote host closed the connection) Nov 18 10:59:52 * Klinda (~superleag@user/klinda) has joined Nov 18 11:31:10 * Disconnected () **** ENDING LOGGING AT Thu Nov 18 11:31:10 2021 **** BEGIN LOGGING AT Thu Nov 18 11:31:22 2021 Nov 18 11:31:22 * Now talking on #xml Nov 18 11:31:22 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 18 11:31:22 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 18 12:50:11 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 18 12:59:44 thx Nov 18 12:59:50 hello rindolf Nov 18 13:00:05 but then i have to escape all > < & ... Nov 18 13:00:16 paule32: CDATA? Nov 18 13:02:42 paule32: use CDATA then? Nov 18 13:06:38 * rindolf hates it when ppl take so long to answer Nov 18 13:56:32 soory Nov 18 14:01:05 * Klinda has quit (Quit: Konversation terminated!) Nov 18 14:06:49 paule32: https://stackoverflow.com/questions/2784183/what-does-cdata-in-xml-mean Nov 18 14:13:16 rindolf: thank you, it work Nov 18 14:13:42 paule32: you're welcome Nov 18 14:14:01 i have a single xhtml page (with xml code (xslt)) Nov 18 14:14:30 is it possible, when i click paule32: href="javascript:..."? Nov 18 14:16:41 paule32: i didnt fully understand you Nov 18 14:18:06 * Klinda (~superleag@user/klinda) has joined Nov 18 14:19:00 i use doxygen to create xml files, with "xsltproc combine.xslt.php index.xml >all.php" to get a single page Nov 18 14:19:22 docygen split files into sub directories Nov 18 14:19:38 i have link the now, i would like use the same template xslt like before Nov 18 14:20:30 i have no xslt in all directories, they differ in name depend on documentation my source code Nov 18 14:22:17 paule32: use ehm i see at the moment, xltproc "merge" all the xml files Nov 18 14:22:53 okay Nov 18 14:22:57 but Nov 18 14:23:38 you can use the same xslt template on morethan one input Nov 18 14:23:41 is it possible, to parse a pcs. of code that is on top, but output (html) in the middle Nov 18 14:24:12 paule32: "pcs"? Nov 18 14:24:24 piece Nov 18 14:25:09 paule32: what kind of 'code'? Nov 18 14:25:30 the big generated xml fill (all.xml Nov 18 14:26:04 like: (position old) 1, 2, 3 position new: 3,1,2 Nov 18 14:27:56 paule32: you can rearrange the order of elements using xslt and xpath Nov 18 14:28:06 yes Nov 18 14:28:09 how ? Nov 18 14:29:09 paule32: https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/apply-templates Nov 18 14:30:04 thx Nov 18 14:30:23 paule32: you're welcome Nov 18 14:36:10 * rindolf is away - shower Nov 18 15:08:47 this is a piece of all.xml : https://dpaste.com/7ZJNRPVJZ Nov 18 15:09:09 this is the xslt: https://dpaste.com/A4B8FW25M Nov 18 15:09:35 the problem: detaileddescription is not emited by xml processor Nov 18 15:10:01 line: 69 Nov 18 15:17:55 paule32: https://dpaste.com/A4B8FW25M - i think line 69 shud be replaced with a recursive copy Nov 18 15:23:29 paule32: https://stackoverflow.com/questions/28273653/recursive-copy-part-of-xml-and-apply-templates-on-the-copy Nov 18 15:36:17 ok thank you Nov 18 15:36:38 i have to proof my room, have to go off, i will be back soon as possible Nov 18 15:36:42 thanks for all Nov 18 15:36:59 * paule32 has quit (Quit: Leaving) Nov 18 15:39:26 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Nov 18 15:39:26 2021 **** BEGIN LOGGING AT Thu Nov 18 15:39:45 2021 Nov 18 15:39:45 * Now talking on #xml Nov 18 15:39:45 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 18 15:39:45 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 18 18:36:03 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Nov 18 18:51:05 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 18 18:59:49 * seabass_ has quit (Quit: Client limit exceeded: 20000) Nov 18 19:00:46 * enoq has quit (Quit: enoq) Nov 18 19:12:01 * skapata (~Skapata@2804:14c:87b0:a6f9:f954:9200:423c:88b2) has joined Nov 18 19:28:50 * daoudr has quit (Quit: Leaving) Nov 18 19:52:53 * Disconnected () **** ENDING LOGGING AT Thu Nov 18 19:52:53 2021 **** BEGIN LOGGING AT Thu Nov 18 19:53:03 2021 Nov 18 19:53:03 * Now talking on #xml Nov 18 19:53:03 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 18 19:53:03 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 18 20:02:33 * Klinda has quit (Quit: Konversation terminated!) Nov 18 20:02:53 * Klinda (~superleag@user/klinda) has joined **** ENDING LOGGING AT Thu Nov 18 20:35:18 2021 **** BEGIN LOGGING AT Fri Nov 19 07:41:22 2021 Nov 19 07:41:22 * Now talking on #xml Nov 19 07:41:22 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 19 07:41:22 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 19 09:00:55 * skapata has quit (Read error: Connection reset by peer) Nov 19 11:34:19 * Klinda (~superleag@user/klinda) has joined Nov 19 11:49:41 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Nov 19 11:49:41 2021 **** BEGIN LOGGING AT Fri Nov 19 11:49:59 2021 Nov 19 11:49:59 * Now talking on #xml Nov 19 11:49:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 19 11:49:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 19 14:02:15 * daoudr_ (~daoudr@gateway/vpn/pia/daoudr) has joined Nov 19 14:05:02 * daoudr has quit (Ping timeout: 256 seconds) Nov 19 14:43:51 * daoudr__ (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 19 14:46:24 * daoudr_ has quit (Ping timeout: 256 seconds) Nov 19 17:25:38 * Klinda has quit (Ping timeout: 256 seconds) Nov 19 17:34:34 * Klinda (~superleag@user/klinda) has joined **** ENDING LOGGING AT Fri Nov 19 18:03:24 2021 **** BEGIN LOGGING AT Fri Nov 19 19:52:25 2021 Nov 19 19:52:25 * Now talking on #xml Nov 19 19:52:25 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 19 19:52:25 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 20 06:48:08 * Disconnected () **** ENDING LOGGING AT Sat Nov 20 06:48:08 2021 **** BEGIN LOGGING AT Sat Nov 20 06:48:18 2021 Nov 20 06:48:18 * Now talking on #xml Nov 20 06:48:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 20 06:48:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 20 10:56:54 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Nov 20 10:56:54 2021 **** BEGIN LOGGING AT Sat Nov 20 10:57:13 2021 Nov 20 10:57:13 * Now talking on #xml Nov 20 10:57:13 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 20 10:57:13 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 20 14:03:40 * skapata has quit (Remote host closed the connection) Nov 20 14:13:04 * Klinda (~superleag@user/klinda) has joined Nov 20 15:17:48 * diophantoz (~diophanto@user/diophantoz) has joined Nov 20 15:46:41 * Klinda has quit (Ping timeout: 268 seconds) Nov 20 17:03:49 * Klinda (~superleag@user/klinda) has joined Nov 20 17:11:51 * Klinda has quit (Quit: Konversation terminated!) Nov 20 18:08:05 * diophantoz has quit (Ping timeout: 256 seconds) Nov 20 19:08:48 * diophantoz (~diophanto@user/diophantoz) has joined Nov 20 19:29:22 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Nov 20 19:29:22 2021 **** BEGIN LOGGING AT Sat Nov 20 19:29:41 2021 Nov 20 19:29:41 * Now talking on #xml Nov 20 19:29:41 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 20 19:29:41 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sat Nov 20 21:10:02 2021 **** BEGIN LOGGING AT Sun Nov 21 10:40:01 2021 Nov 21 10:40:01 * Now talking on #xml Nov 21 10:40:01 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 21 10:40:01 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 21 13:04:14 hello rindolf Nov 21 13:04:32 in context of days before: https://dpaste.com/23J96J2CL Nov 21 13:05:03 i would extract the "version" on line:2 Nov 21 13:05:07 paule32: hi Nov 21 13:05:29 i would extract the "prot" in line 3 Nov 21 13:05:32 but i fail Nov 21 13:07:41 paule32: use xpath Nov 21 13:47:36 https://dpaste.com/CSE5VFJD5 Nov 21 13:47:48 problem still exists Nov 21 13:48:04 lines 3, and 71 Nov 21 13:48:28 @kind is not in output all.xml.php Nov 21 14:11:14 vlcnp version 1.0 unloaded. **** ENDING LOGGING AT Sun Nov 21 14:11:14 2021 **** BEGIN LOGGING AT Sun Nov 21 15:26:46 2021 Nov 21 15:26:46 * Now talking on #xml Nov 21 15:26:46 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 21 15:26:46 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 21 15:27:09 paule32: hi Nov 21 15:30:55 paule32: can you put the codes in a selfcontained git repo? see https://github.com/shlomif/how-to-share-code-online Nov 21 17:40:20 * Klinda (~superleag@user/klinda) has joined Nov 21 18:02:35 rindolf: Nov 21 18:02:37 https://dpaste.com/8E2DRHNUH Nov 21 18:03:15 i would like get the PHP string from language attribute from but i fail Nov 21 18:07:24 paule32: 1. it is a different xslt code. 2. it isn't a git repo Nov 21 18:07:36 be cooperative Nov 21 18:23:42 paule32: i am losing my patience trying to help you. you're being uncooperative. this is your last chance Nov 21 18:46:51 paule32: bye, i'm going to rest, so i wontt be able to help you Nov 21 18:58:35 hi paule32 Nov 21 18:58:48 rindolf, that seems a little unfriendly, making a git repository just to answer one question? Nov 21 19:00:36 paule32, are you running this with xsltproc on the command-line? Nov 21 19:02:12 Sprache: Nov 21 19:24:18 * karjala has quit (Ping timeout: 260 seconds) Nov 21 19:41:47 hello guys, sorry for idle, i am here as a soul doctor with 10 clients, please sorry when i unreachable not in time of yours, i want not steel your time, but i am only a hobbit, not a profi that is like a freak Nov 21 19:42:01 demib0y: yes, xsltproc on command line Nov 21 19:42:16 are there any error messages, paule32 Nov 21 19:42:21 Sprach = Language Nov 21 19:42:25 no Nov 21 19:42:41 compounddef is a node tag Nov 21 19:42:49 yes, i understand Sprache :) Nov 21 19:43:04 oh, it's an element, then use compounddeg/language, sorry Nov 21 19:43:05 @language a attribute: = "PHP" Nov 21 19:43:55 why are so many differences? isnt it @lang a attribute ? Nov 21 19:46:01 something wrong, the effect is the same like before Nov 21 19:46:13 nothing happends Nov 21 19:46:38 i can make a zip archive with the data, if you would ... Nov 21 20:37:42 * Klinda has quit (Quit: Konversation terminated!) Nov 21 20:41:51 * skapata (~Skapata@2804:14c:87b0:a6f9:a41f:3a8:4e54:50cd) has joined Nov 21 21:05:21 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 21 21:06:56 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Nov 21 21:07:17 * martian_a_______ (sid23759@id-23759.tinside.irccloud.com) has joined Nov 21 22:38:05 * Milencho (~milencho@k0r-bg.eu) has joined Nov 21 22:38:22 hey guys , anyone alive to help me with one xpath? Nov 21 22:58:51 demib0y: https://www.kallup.net/pub/tmp/doxy/xml.zip Nov 21 23:04:13 i have to go bed Nov 21 23:12:35 * mknod (~mknod@user/mknod) has joined Nov 21 23:17:57 * mknod has quit (Ping timeout: 256 seconds) Nov 22 00:07:40 Milencho, best is just to ask the question - i'm only here for a minute or so, wil be back later, but could have read the queston if it was here Nov 22 00:21:41 * mknod (~mknod@user/mknod) has joined Nov 22 01:55:10 * Klinda (~superleag@user/klinda) has joined Nov 22 01:55:35 * Klinda has quit (Client Quit) Nov 22 05:17:25 * mknod has quit (Quit: mknod) Nov 22 06:42:51 Milencho: hi, ask away Nov 22 06:43:17 paule32: a zip would be fine too Nov 22 06:44:43 Milencho: https://dontasktoask.com/ Nov 22 06:51:23 * a1 (~ekaj@user/ekaj) has left (WeeChat 2.7.1) Nov 22 06:54:23 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Nov 22 06:56:58 paule32: i don't see any 'compounddef' in index.xml in the .zip - based on the makefile Nov 22 07:55:00 * armenb_ has quit (*.net *.split) Nov 22 07:55:06 * armenb (armenb@inertia.static.net) has joined Nov 22 08:17:22 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Nov 22 08:17:22 2021 **** BEGIN LOGGING AT Mon Nov 22 08:17:41 2021 Nov 22 08:17:41 * Now talking on #xml Nov 22 08:17:41 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 22 08:17:41 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 22 10:43:39 * Klinda (~superleag@user/klinda) has joined Nov 22 11:22:14 * skapata has quit (Remote host closed the connection) Nov 22 11:28:34 * karjala has quit (Ping timeout: 265 seconds) Nov 22 11:28:45 * martian_a_______ has quit (Ping timeout: 268 seconds) Nov 22 11:29:59 * martian_a_______ (sid23759@tinside.irccloud.com) has joined Nov 22 11:43:44 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Nov 22 12:00:39 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 22 12:39:51 * paule32_ (~paule32@user/paule32) has joined Nov 22 12:43:06 * paule32 has quit (Ping timeout: 260 seconds) Nov 22 12:48:45 * paule32_ is now known as paule32 Nov 22 12:55:59 rindolf: oh hu, so i have to xltproc the "all.xml" file, to produce the all.xml.php Nov 22 12:56:03 hui Nov 22 12:56:13 oversee that, sorry Nov 22 13:06:03 yes, indeed my mistake Nov 22 13:06:16 sorry, all work working well Nov 22 13:06:42 thank you for my contreproductive sense Nov 22 13:07:00 i have to learn ... Nov 22 13:10:10 paule32: you're welcome ; thanks for the update Nov 22 14:52:55 i have this: Nov 22 14:52:57 Nov 22 14:53:25 but the string in the middle of the function is not cut in output file Nov 22 15:41:36 paule32: "str:replace()" seems strange in xpath Nov 22 16:20:08 ah i had a typo, sorry Nov 22 16:20:21 now, i have an other problem Nov 22 16:20:23 https://dpaste.com/G75AT5R4F Nov 22 16:20:35 read @kind in memberdef Nov 22 17:00:05 * paule32 has quit (Remote host closed the connection) Nov 22 18:20:14 str:replace is an extension function from expath Nov 22 18:20:50 demib0y: ah Nov 22 19:04:39 * enoq has quit (Quit: enoq) Nov 22 19:12:47 * paule32 (~paule32@user/paule32) has joined Nov 22 19:13:29 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 22 19:13:35 * paule32 has quit (Client Quit) Nov 22 19:14:29 * paule32 (~paule32@user/paule32) has joined Nov 22 20:31:06 * skapata (~Skapata@2804:14c:87b0:a6f9:a1ca:c9d6:7edc:f8dc) has joined Nov 23 08:45:30 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Nov 23 08:45:30 2021 **** BEGIN LOGGING AT Tue Nov 23 08:45:49 2021 Nov 23 08:45:49 * Now talking on #xml Nov 23 08:45:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 23 08:45:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 23 09:38:06 * skapata has quit (Remote host closed the connection) Nov 23 12:07:03 * paule32 has quit (Ping timeout: 264 seconds) Nov 23 12:58:07 * Klinda (~superleag@user/klinda) has joined Nov 23 13:50:48 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 23 15:22:09 * skapata (~Skapata@2804:14c:87b0:a6f9:74cf:f40f:4ceb:1116) has joined Nov 23 15:40:34 * Klinda has quit (Ping timeout: 260 seconds) Nov 23 16:49:40 * paule32 (~paule32@user/paule32) has joined Nov 23 17:46:31 * Klinda (~superleag@user/klinda) has joined Nov 23 17:49:17 hello, i have a problem in styling: https://www.kallup.net/pub/tmp/doxy/xml.zip Nov 23 17:49:43 all you need is "make" - then all.xml - all.php Nov 23 17:50:20 the problem is, when i move the mouse over the items, i get two lines, but i want one Nov 23 18:37:12 paule32: hi, isn't this a css q? Nov 23 19:10:37 * enoq has quit (Quit: enoq) Nov 23 19:13:09 * andyduckworth (~andyduckw@c-76-28-161-181.hsd1.wa.comcast.net) has joined Nov 23 19:14:57 * andyduckworth is now known as m0nk3yc0wb0y Nov 23 19:33:20 * m0nk3yc0wb0y has quit (Quit: WeeChat 3.3) Nov 23 19:36:09 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Nov 23 19:36:09 2021 **** BEGIN LOGGING AT Tue Nov 23 19:36:28 2021 Nov 23 19:36:28 * Now talking on #xml Nov 23 19:36:28 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 23 19:36:28 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 23 19:45:22 * daoudr_ (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 23 19:46:41 * daoudr has quit (Read error: Connection reset by peer) Nov 23 19:52:51 * daoudr_ has quit (Ping timeout: 245 seconds) Nov 24 07:28:31 * Disconnected () **** ENDING LOGGING AT Wed Nov 24 07:28:31 2021 **** BEGIN LOGGING AT Wed Nov 24 07:28:43 2021 Nov 24 07:28:43 * Now talking on #xml Nov 24 07:28:43 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 24 07:28:43 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 24 10:06:23 * demib0y has quit (Ping timeout: 264 seconds) Nov 24 10:06:48 * demib0y (~slave@204.237.91.64) has joined Nov 24 11:38:30 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 24 12:56:59 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 24 13:23:40 * Klinda (~superleag@user/klinda) has joined Nov 24 14:23:06 * Klinda has quit (Ping timeout: 268 seconds) Nov 24 14:34:57 * skapata (~Skapata@2804:14c:87b0:a6f9:9c8e:a51b:7850:c853) has joined Nov 24 14:44:35 * Klinda (~superleag@user/klinda) has joined Nov 24 16:28:32 * Klinda has quit (Ping timeout: 256 seconds) Nov 24 16:43:25 * Klinda (~superleag@user/klinda) has joined Nov 24 18:59:26 * enoq has quit (Quit: enoq) Nov 24 19:00:25 * paule32_ (~paule32@user/paule32) has joined Nov 24 19:03:16 * paule32 has quit (Ping timeout: 245 seconds) Nov 24 19:07:40 * daoudr_ (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 24 19:16:43 * daoudr has quit (*.net *.split) Nov 24 20:13:10 * paule32_ is now known as paule32 Nov 24 20:13:13 hello Nov 24 20:13:29 i have a problem with a xslt script https://dpaste.com/CAVEZY8K9 Nov 24 20:14:04 this is a snippet, and i would like extract section @kind in detaileddescription Nov 24 20:28:22 * daoudr_ has quit (Quit: Leaving) Nov 25 07:39:42 * Disconnected () **** ENDING LOGGING AT Thu Nov 25 07:39:42 2021 **** BEGIN LOGGING AT Thu Nov 25 07:39:54 2021 Nov 25 07:39:54 * Now talking on #xml Nov 25 07:39:54 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 25 07:39:54 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 25 09:58:51 * skapata has quit (Read error: Connection reset by peer) Nov 25 10:16:06 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Nov 25 10:42:58 * daoudr has quit (Quit: Leaving) Nov 25 13:48:22 hello, i have a problem with here are my actual code snippet from xslt file: https://dpaste.com/56UHT584N Nov 25 13:55:18 paule32: in line 7 s/listitem/./ Nov 25 13:57:30 hello rindolf Nov 25 13:57:55 yes, line 7 Nov 25 13:57:57 paule32: hi Nov 25 13:58:52 paule32: you need "." instead of 'listitem' Nov 25 13:58:55 sed Nov 25 14:01:48 but line: 18 is empty Nov 25 14:11:52 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 25 15:24:58 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 25 17:54:23 * Klinda (~superleag@user/klinda) has joined Nov 25 17:55:12 hello Nov 25 17:55:15 Nov 25 17:56:26 how can i check, when a element/tag named with text is into listitem ? Nov 25 18:13:28 * skapata (~Skapata@2804:14c:87b0:a6f9:3190:4531:7023:e50c) has joined Nov 25 19:12:44 paule32: just FYI, I decided to stop trying to help you Nov 25 19:52:27 * enoq has quit (Quit: enoq) Nov 26 07:23:17 * Disconnected () **** ENDING LOGGING AT Fri Nov 26 07:23:17 2021 **** BEGIN LOGGING AT Fri Nov 26 07:23:28 2021 Nov 26 07:23:28 * Now talking on #xml Nov 26 07:23:28 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 26 07:23:28 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 26 10:53:24 * skapata has quit (Remote host closed the connection) Nov 26 11:39:40 * Disconnected () **** ENDING LOGGING AT Fri Nov 26 11:39:40 2021 **** BEGIN LOGGING AT Fri Nov 26 11:39:52 2021 Nov 26 11:39:52 * Now talking on #xml Nov 26 11:39:52 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 26 11:39:52 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 26 12:50:27 * Klinda (~superleag@user/klinda) has joined Nov 26 18:42:25 * skapata (~Skapata@2804:14c:87b0:a6f9:cd5:9ac7:cfa0:7cce) has joined Nov 26 19:22:02 * Klinda has quit (Quit: Konversation terminated!) Nov 26 19:22:23 * Klinda (~superleag@user/klinda) has joined Nov 27 06:47:59 * Disconnected () **** ENDING LOGGING AT Sat Nov 27 06:47:59 2021 **** BEGIN LOGGING AT Sat Nov 27 06:48:10 2021 Nov 27 06:48:10 * Now talking on #xml Nov 27 06:48:10 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 27 06:48:10 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 27 07:38:00 * demib0y (~slave@204.237.91.64) has joined Nov 27 09:53:44 * skapata has quit (Remote host closed the connection) Nov 27 11:13:33 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Nov 27 11:13:33 2021 **** BEGIN LOGGING AT Sat Nov 27 11:13:53 2021 Nov 27 11:13:53 * Now talking on #xml Nov 27 11:13:53 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 27 11:13:53 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sat Nov 27 13:01:32 2021 **** BEGIN LOGGING AT Sat Nov 27 13:10:25 2021 Nov 27 13:10:25 * Now talking on #xml Nov 27 13:10:25 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 27 13:10:25 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 27 15:08:26 * Klinda (~superleag@user/klinda) has joined Nov 27 15:50:38 * paule32 has quit (Quit: Leaving) Nov 27 16:16:32 * Klinda has quit (Ping timeout: 240 seconds) Nov 27 16:59:54 * Klinda (~superleag@user/klinda) has joined Nov 27 19:53:17 * skapata (~Skapata@2804:14c:87b0:a6f9:94bc:db7b:d520:1a5) has joined Nov 28 06:59:36 * Disconnected () **** ENDING LOGGING AT Sun Nov 28 06:59:36 2021 **** BEGIN LOGGING AT Sun Nov 28 06:59:47 2021 Nov 28 06:59:47 * Now talking on #xml Nov 28 06:59:47 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 28 06:59:47 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 28 09:34:34 * skapate has quit (Remote host closed the connection) Nov 28 11:08:14 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Nov 28 11:08:14 2021 **** BEGIN LOGGING AT Sun Nov 28 11:08:32 2021 Nov 28 11:08:32 * Now talking on #xml Nov 28 11:08:32 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 28 11:08:32 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 28 14:48:47 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 28 15:34:01 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Nov 28 15:34:01 2021 **** BEGIN LOGGING AT Sun Nov 28 15:34:19 2021 Nov 28 15:34:19 * Now talking on #xml Nov 28 15:34:19 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 28 15:34:19 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 28 16:43:54 * Klinda (~superleag@user/klinda) has joined Nov 28 17:30:48 * paule32 (~paule32@user/paule32) has joined Nov 28 17:37:13 * skapata (~Skapata@2804:14c:87b0:a6f9:21b5:6102:9e2a:a3f9) has joined Nov 28 17:57:02 * gde33 has quit (Ping timeout: 240 seconds) Nov 28 19:42:44 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Nov 28 19:42:44 2021 **** BEGIN LOGGING AT Sun Nov 28 19:43:03 2021 Nov 28 19:43:03 * Now talking on #xml Nov 28 19:43:03 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 28 19:43:03 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 28 20:09:10 * paule32 has quit (Remote host closed the connection) Nov 28 20:09:43 * paule32 (~paule32@user/paule32) has joined Nov 29 06:37:05 * Disconnected () **** ENDING LOGGING AT Mon Nov 29 06:37:05 2021 **** BEGIN LOGGING AT Mon Nov 29 06:37:16 2021 Nov 29 06:37:16 * Now talking on #xml Nov 29 06:37:16 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 29 06:37:16 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 29 06:37:16 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Nov 29 06:37:16 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Nov 29 08:02:03 * W has quit (*.net *.split) Nov 29 08:02:20 * W (~w@user/w) has joined Nov 29 08:30:57 * daoudr has quit (Remote host closed the connection) Nov 29 09:56:47 * daoudr_ (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 29 11:55:07 * skapata has quit (Remote host closed the connection) Nov 29 11:57:33 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 29 11:58:09 * daoudr_ has quit (Quit: Leaving) Nov 29 13:37:13 * Klinda (~superleag@user/klinda) has joined Nov 29 16:55:02 * demib0y has quit (Ping timeout: 240 seconds) Nov 29 17:07:20 * demib0y (~slave@64.64.177.85) has joined Nov 29 17:14:24 * Klinda has quit (Quit: Konversation terminated!) Nov 29 18:58:23 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 29 19:19:48 * daoudr has quit (Quit: Leaving) Nov 29 19:44:23 * Klinda (~superleag@user/klinda) has joined Nov 29 19:58:48 * skapata (~Skapata@user/skapata) has joined Nov 29 19:59:54 * enoq has quit (Quit: enoq) Nov 30 07:54:14 * Disconnected () **** ENDING LOGGING AT Tue Nov 30 07:54:14 2021 **** BEGIN LOGGING AT Tue Nov 30 07:54:25 2021 Nov 30 07:54:25 * Now talking on #xml Nov 30 07:54:25 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 30 07:54:25 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 30 07:56:26 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Nov 30 09:02:46 * skapata has quit (Remote host closed the connection) Nov 30 10:00:56 * daoudr has quit (Quit: Leaving) Nov 30 10:07:18 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Nov 30 10:13:57 * herpderp (~herderp@109.199.165.197) has joined Nov 30 10:54:56 * herpderp has quit (Remote host closed the connection) Nov 30 12:57:15 * Klinda (~superleag@user/klinda) has joined Nov 30 13:07:04 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Nov 30 14:24:52 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Nov 30 14:24:52 2021 **** BEGIN LOGGING AT Tue Nov 30 14:25:16 2021 Nov 30 14:25:16 * Now talking on #xml Nov 30 14:25:16 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 30 14:25:16 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 30 14:25:50 * daoudr has quit (Ping timeout: 252 seconds) Nov 30 14:43:01 * daoudr (~daoudr@xdsl-31-164-222-159.adslplus.ch) has joined Nov 30 14:58:33 * skapata (~Skapata@user/skapata) has joined Nov 30 15:01:16 * daoudr has quit (Quit: Leaving) Nov 30 16:18:17 * skapata has quit (Remote host closed the connection) Nov 30 17:15:16 * Klinda has quit (Ping timeout: 264 seconds) Nov 30 18:30:11 * Klinda (~superleag@user/klinda) has joined Nov 30 18:50:25 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Nov 30 18:50:25 2021 **** BEGIN LOGGING AT Tue Nov 30 18:50:44 2021 Nov 30 18:50:44 * Now talking on #xml Nov 30 18:50:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 30 18:50:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Nov 30 18:54:54 * enoq has quit (Quit: enoq) Nov 30 19:19:28 * Klinda has quit (Ping timeout: 264 seconds) Nov 30 19:55:01 * Klinda (~superleag@user/klinda) has joined **** ENDING LOGGING AT Tue Nov 30 19:56:12 2021 **** BEGIN LOGGING AT Tue Nov 30 20:01:50 2021 Nov 30 20:01:50 * Now talking on #xml Nov 30 20:01:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Nov 30 20:01:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Tue Nov 30 20:45:08 2021 **** BEGIN LOGGING AT Wed Dec 1 06:53:40 2021 Dec 01 06:53:40 * Now talking on #xml Dec 01 06:53:40 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 01 06:53:40 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 01 08:04:12 hello, and good morning Dec 01 08:04:55 i have the following nodes: text ffooo Dec 01 08:05:08 how can i extract "text" ? Dec 01 08:05:24 so the result is

text

Dec 01 08:05:26 ? Dec 01 08:33:44 * skapata has quit (Remote host closed the connection) Dec 01 09:10:58 * daoudr has quit (Quit: Leaving) Dec 01 11:18:58 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Dec 1 11:18:58 2021 **** BEGIN LOGGING AT Wed Dec 1 11:19:16 2021 Dec 01 11:19:16 * Now talking on #xml Dec 01 11:19:16 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 01 11:19:16 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 01 11:19:16 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 01 11:19:16 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 01 12:22:48 * Klinda (~superleag@user/klinda) has joined Dec 01 13:10:17 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 01 14:53:37 hello rindolf Dec 01 15:02:21 paule32: hi! try «./para/*» or «./doc/para/*» - you should've known it by now Dec 01 15:09:25 ehm rindolf, i am a noice Dec 01 15:09:31 novice Dec 01 15:09:59 sorry for disadvantages, but i am in learn mode Dec 01 15:11:26 paule32: you've asked similar questions already. perhaps read a tutorial Dec 01 15:12:15 i have not found a ground up Dec 01 15:12:39 that the problem, the examples on stackoverflow and co. are very ... big Dec 01 15:15:48 paule32: try http://www.zvon.org/ then Dec 01 15:18:04 thank you, i will have look to Dec 01 15:18:08 https://dpaste.com/CSQNGKQS7#line-163 Dec 01 15:18:14 here is the problem Dec 01 15:18:55 i would read out the "Diese Funktion ...." Dec 01 15:21:09 hui Dec 01 15:21:13 good stuff Dec 01 15:21:15 thanks Dec 01 15:22:23 is xsltproc a good processor ? Dec 01 15:25:02 paule32: it should be for xslt 1.0 Dec 01 15:27:15 have look to the paste ? Dec 01 15:29:03 part success: Dec 01 15:29:05 Dec 01 15:29:05

Dec 01 15:29:05 Dec 01 15:29:05

Dec 01 15:29:05
Dec 01 15:29:21 line 173 ... Dec 01 15:32:47 paule32: you ddn't follow my advice Dec 01 15:48:04 paule32: i am /away ; rest! Dec 01 15:50:11 sure, i read the docs Dec 01 15:50:21 and found it very useful Dec 01 15:50:49 thank you for the link Dec 01 16:21:58 * skapata (~Skapata@2804:14c:87b0:a6f9:6583:37c0:ab84:8d52) has joined Dec 01 16:37:50 i get it done Dec 01 16:38:00 very useful these xml stuff Dec 01 16:47:38 * enoq has quit (Quit: enoq) Dec 02 07:56:16 * Disconnected (Network is unreachable) **** ENDING LOGGING AT Thu Dec 2 07:56:16 2021 **** BEGIN LOGGING AT Thu Dec 2 07:56:35 2021 Dec 02 07:56:35 * Now talking on #xml Dec 02 07:56:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 02 07:56:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 02 10:54:26 * demib0y has quit (Ping timeout: 252 seconds) Dec 02 10:59:43 * Klinda (~superleag@user/klinda) has joined Dec 02 11:08:15 * demib0y (~slave@64.64.177.85) has joined Dec 02 11:10:00 * skapata has quit (Quit: Ĝis.) Dec 02 11:57:02 * Disconnected (Connection timed out) **** ENDING LOGGING AT Thu Dec 2 11:57:02 2021 **** BEGIN LOGGING AT Thu Dec 2 12:03:58 2021 Dec 02 12:03:58 * Now talking on #xml Dec 02 12:03:58 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 02 12:03:58 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 02 16:41:29 * Klinda has quit (Ping timeout: 252 seconds) Dec 02 17:12:34 * Klinda (~superleag@user/klinda) has joined Dec 02 17:38:11 * shoelaces has quit (Ping timeout: 250 seconds) Dec 02 17:50:15 * shoelaces (~shoelaces@pool-173-68-92-5.nycmny.fios.verizon.net) has joined Dec 02 17:51:53 * skapata (~Skapata@2804:14c:87b0:a6f9:6875:9d65:d898:a509) has joined Dec 02 18:40:38 * skapata has quit (Remote host closed the connection) Dec 02 19:07:09 * enoq has quit (Quit: enoq) Dec 02 19:52:15 * paule32 has quit (Ping timeout: 256 seconds) Dec 03 07:16:32 * Disconnected () **** ENDING LOGGING AT Fri Dec 3 07:16:32 2021 **** BEGIN LOGGING AT Fri Dec 3 07:16:43 2021 Dec 03 07:16:43 * Now talking on #xml Dec 03 07:16:43 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 03 07:16:43 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 03 09:06:23 hello rindolf. demib0y Dec 03 09:07:09 paule32: hi Dec 03 09:36:36 * skapata has quit (Remote host closed the connection) Dec 03 13:06:34 * Klinda (~superleag@user/klinda) has joined Dec 03 15:20:13 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 03 15:25:09 * enoq has quit (Quit: enoq) **** ENDING LOGGING AT Fri Dec 3 16:45:58 2021 **** BEGIN LOGGING AT Fri Dec 3 16:53:30 2021 Dec 03 16:53:30 * Now talking on #xml Dec 03 16:53:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 03 16:53:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 03 18:00:23 hi paule32, anything specific? Dec 03 19:34:38 * Klinda has quit (Ping timeout: 252 seconds) Dec 03 20:25:25 * Klinda (~superleag@user/klinda) has joined Dec 04 06:49:16 * Disconnected () **** ENDING LOGGING AT Sat Dec 4 06:49:16 2021 **** BEGIN LOGGING AT Sat Dec 4 06:49:27 2021 Dec 04 06:49:27 * Now talking on #xml Dec 04 06:49:27 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 04 06:49:27 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 04 06:49:27 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 04 06:49:27 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 04 12:29:14 * skapata has quit (Remote host closed the connection) Dec 04 15:06:19 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Dec 4 15:06:19 2021 **** BEGIN LOGGING AT Sat Dec 4 15:06:38 2021 Dec 04 15:06:38 * Now talking on #xml Dec 04 15:06:38 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 04 15:06:38 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 04 15:57:30 * Klinda (~superleag@user/klinda) has joined Dec 04 16:42:39 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 04 17:12:47 * daoudr_ (~daoudr@gateway/vpn/pia/daoudr) has joined Dec 04 17:15:33 * daoudr has quit (Ping timeout: 268 seconds) Dec 04 17:27:21 * daoudr__ (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 04 17:27:38 * daoudr__ has quit (Read error: Connection reset by peer) Dec 04 17:29:53 * daoudr_ has quit (Ping timeout: 256 seconds) Dec 04 19:14:49 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Dec 4 19:14:49 2021 **** BEGIN LOGGING AT Sat Dec 4 19:15:08 2021 Dec 04 19:15:08 * Now talking on #xml Dec 04 19:15:08 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 04 19:15:08 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 04 19:20:35 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 04 20:41:58 * skapata (~Skapata@user/skapata) has joined Dec 05 07:12:25 * Disconnected () **** ENDING LOGGING AT Sun Dec 5 07:12:25 2021 **** BEGIN LOGGING AT Sun Dec 5 07:12:37 2021 Dec 05 07:12:37 * Now talking on #xml Dec 05 07:12:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 05 07:12:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 05 07:13:45 * demib0y has quit (Ping timeout: 256 seconds) Dec 05 08:40:49 * demib0y (~slave@64.64.177.85) has joined Dec 05 10:35:13 * skapata has quit (Remote host closed the connection) Dec 05 11:36:38 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Dec 5 11:36:38 2021 **** BEGIN LOGGING AT Sun Dec 5 11:36:57 2021 Dec 05 11:36:57 * Now talking on #xml Dec 05 11:36:57 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 05 11:36:57 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 05 14:11:41 * daoudr__ has quit (Quit: Leaving) Dec 05 14:44:19 * Klinda (~superleag@user/klinda) has joined Dec 05 16:01:06 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Dec 5 16:01:06 2021 **** BEGIN LOGGING AT Sun Dec 5 16:01:25 2021 Dec 05 16:01:25 * Now talking on #xml Dec 05 16:01:25 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 05 16:01:25 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 05 16:26:42 * Klinda has quit (Quit: Konversation terminated!) Dec 05 20:09:33 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Dec 5 20:09:33 2021 **** BEGIN LOGGING AT Sun Dec 5 20:09:52 2021 Dec 05 20:09:52 * Now talking on #xml Dec 05 20:09:52 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 05 20:09:52 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 05 20:09:52 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 05 20:09:52 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 05 20:11:16 * gde33 has quit (Read error: Connection reset by peer) Dec 05 21:06:25 * skapata (~Skapata@2804:14c:87b0:a6f9:5086:3896:e0d0:f358) has joined Dec 06 07:19:18 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Dec 6 07:19:18 2021 **** BEGIN LOGGING AT Mon Dec 6 07:19:37 2021 Dec 06 07:19:37 * Now talking on #xml Dec 06 07:19:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 06 07:19:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 06 07:26:30 * demib0y has quit (*.net *.split) Dec 06 07:26:32 * karjala has quit (*.net *.split) Dec 06 07:26:33 * armenb has quit (*.net *.split) Dec 06 07:26:34 * W has quit (*.net *.split) Dec 06 07:26:34 * martian_a_______ has quit (*.net *.split) Dec 06 07:26:36 * djinni` has quit (*.net *.split) Dec 06 07:26:37 * sybariten has quit (*.net *.split) Dec 06 07:26:37 * paak has quit (*.net *.split) Dec 06 07:28:16 * demib0y (~slave@64.64.177.85) has joined Dec 06 07:28:16 * W (~w@user/w) has joined Dec 06 07:28:16 * martian_a_______ (sid23759@id-23759.tinside.irccloud.com) has joined Dec 06 07:28:16 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Dec 06 07:28:16 * armenb (armenb@inertia.static.net) has joined Dec 06 07:28:16 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Dec 06 07:28:16 * sybariten (~jake@157.90.217.120) has joined Dec 06 07:28:16 * paak (~Peter@2a01:4f9:c010:677c::104) has joined Dec 06 11:43:25 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Dec 6 11:43:25 2021 **** BEGIN LOGGING AT Mon Dec 6 11:43:44 2021 Dec 06 11:43:44 * Now talking on #xml Dec 06 11:43:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 06 11:43:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 06 12:23:55 * Klinda (~superleag@user/klinda) has joined Dec 06 13:54:52 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 06 14:09:20 * skapata (~Skapata@2804:14c:87b0:a6f9:89eb:9409:2790:a552) has joined Dec 06 16:09:11 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Dec 6 16:09:11 2021 **** BEGIN LOGGING AT Mon Dec 6 16:09:30 2021 Dec 06 16:09:30 * Now talking on #xml Dec 06 16:09:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 06 16:09:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** BEGIN LOGGING AT Mon Dec 6 17:12:54 2021 Dec 06 17:12:54 * Now talking on #xml Dec 06 17:12:54 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 06 17:12:54 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 06 18:29:37 * enoq has quit (Quit: enoq) Dec 07 06:48:34 * Disconnected () **** ENDING LOGGING AT Tue Dec 7 06:48:34 2021 **** BEGIN LOGGING AT Tue Dec 7 06:48:45 2021 Dec 07 06:48:45 * Now talking on #xml Dec 07 06:48:45 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 07 06:48:45 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 07 06:48:45 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 07 06:48:45 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html **** BEGIN LOGGING AT Tue Dec 7 07:35:18 2021 Dec 07 07:35:18 * Now talking on #xml Dec 07 07:35:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 07 07:35:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 07 07:46:02 * skapata has quit (Ping timeout: 252 seconds) Dec 07 07:57:31 * skapata (~Skapata@2804:14c:87b0:a6f9:7917:44d7:1e62:9de1) has joined Dec 07 10:25:56 * skapata has quit (Remote host closed the connection) **** ENDING LOGGING AT Tue Dec 7 14:40:51 2021 **** BEGIN LOGGING AT Tue Dec 7 15:21:25 2021 Dec 07 15:21:25 * Now talking on #xml Dec 07 15:21:25 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 07 15:21:25 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 07 18:03:02 * skapata (~Skapata@2804:14c:87b0:a6f9:f1f0:a87b:efe3:ebd7) has joined **** ENDING LOGGING AT Tue Dec 7 21:43:10 2021 **** BEGIN LOGGING AT Wed Dec 8 08:10:30 2021 Dec 08 08:10:30 * Now talking on #xml Dec 08 08:10:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 08 08:10:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 08 10:14:47 * skapata has quit (Ping timeout: 252 seconds) Dec 08 10:15:33 * skapata (~Skapata@2804:14c:87b0:a6f9:f1f0:a87b:efe3:ebd7) has joined Dec 08 12:09:58 * skapata has quit (Read error: Connection reset by peer) Dec 08 14:44:14 * Klinda (~superleag@user/klinda) has joined Dec 08 15:29:40 * paule32_ (~paule32@user/paule32) has joined Dec 08 15:31:38 * paule32 has quit (Ping timeout: 256 seconds) Dec 08 15:32:44 * paule32__ (~paule32@user/paule32) has joined Dec 08 15:35:02 * paule32_ has quit (Ping timeout: 265 seconds) Dec 08 15:37:27 * paule32__ has quit (Ping timeout: 265 seconds) Dec 08 15:39:49 * Klinda has quit (Ping timeout: 240 seconds) Dec 08 16:10:14 * Klinda (~superleag@user/klinda) has joined Dec 08 18:31:48 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Dec 8 18:31:48 2021 **** BEGIN LOGGING AT Wed Dec 8 18:32:07 2021 Dec 08 18:32:07 * Now talking on #xml Dec 08 18:32:07 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 08 18:32:07 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 09 08:08:33 * Disconnected () **** ENDING LOGGING AT Thu Dec 9 08:08:33 2021 **** BEGIN LOGGING AT Thu Dec 9 08:08:45 2021 Dec 09 08:08:45 * Now talking on #xml Dec 09 08:08:45 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 09 08:08:45 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 09 08:44:19 * skapata (~Skapata@2804:14c:87b0:a6f9:98f7:51e9:4ec2:8af8) has joined Dec 09 10:49:04 * Klinda (~superleag@user/klinda) has joined Dec 09 11:36:22 * Klinda has quit (Ping timeout: 256 seconds) Dec 09 12:17:03 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Dec 9 12:17:03 2021 **** BEGIN LOGGING AT Thu Dec 9 12:17:22 2021 Dec 09 12:17:22 * Now talking on #xml Dec 09 12:17:22 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 09 12:17:22 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 09 14:00:44 * skapata has quit (Quit: Ĝis.) Dec 09 14:42:47 * Klinda (~superleag@user/klinda) has joined Dec 09 14:56:58 * Klinda has quit (Ping timeout: 256 seconds) Dec 09 14:57:27 * Klinda (~superleag@user/klinda) has joined Dec 09 16:47:32 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 09 17:02:31 * enoq has quit (Quit: enoq) Dec 09 17:04:00 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 09 18:47:21 * maroloccio has quit (Quit: WeeChat 3.0) Dec 09 19:21:20 * enoq has quit (Quit: enoq) **** ENDING LOGGING AT Thu Dec 9 21:19:26 2021 **** BEGIN LOGGING AT Fri Dec 10 10:39:56 2021 Dec 10 10:39:56 * Now talking on #xml Dec 10 10:39:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 10 10:39:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 10 12:23:23 * Klinda has quit (Ping timeout: 268 seconds) Dec 10 12:26:52 * Klinda (~superleag@user/klinda) has joined Dec 10 13:58:37 * skapata has quit (Quit: Ĝis.) Dec 10 14:48:14 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Dec 10 14:48:15 2021 **** BEGIN LOGGING AT Fri Dec 10 14:48:33 2021 Dec 10 14:48:33 * Now talking on #xml Dec 10 14:48:33 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 10 14:48:33 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 10 15:16:08 * demib0y has quit (Ping timeout: 256 seconds) Dec 10 15:29:41 * demib0y (~slave@64.64.177.85) has joined Dec 10 15:48:44 * Klinda has quit (Ping timeout: 268 seconds) Dec 10 15:52:17 * Klinda (~superleag@user/klinda) has joined Dec 10 18:56:44 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Dec 10 18:56:44 2021 **** BEGIN LOGGING AT Fri Dec 10 18:57:04 2021 Dec 10 18:57:04 * Now talking on #xml Dec 10 18:57:04 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 10 18:57:04 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 11 05:05:57 * Disconnected () **** ENDING LOGGING AT Sat Dec 11 05:05:57 2021 **** BEGIN LOGGING AT Sat Dec 11 05:06:08 2021 Dec 11 05:06:08 * Now talking on #xml Dec 11 05:06:08 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 11 05:06:08 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 11 05:15:08 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 05:15:12 hello Dec 11 05:43:47 jmdaemon: meow Dec 11 05:52:57 nice to meet you too rindolf Dec 11 05:53:33 jmdaemon: \o/. Sup? Dec 11 05:53:49 Is there any reason for why I'd want to prefer xml over a format like json? Dec 11 05:54:43 jmdaemon: https://www.shlomifish.org/meta/FAQ/#why_xml Dec 11 06:02:08 I see, thanks rindolf Dec 11 06:02:29 jmdaemon: you're welcome Dec 11 06:04:01 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 11 06:04:17 * jmd (~jmdaemon@142.207.63.60) has joined Dec 11 06:04:48 * jmd has quit (Client Quit) Dec 11 06:05:02 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 06:06:28 * jmdaemon has quit (Client Quit) Dec 11 06:06:42 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 06:08:17 * jmdaemon has quit (Client Quit) Dec 11 06:08:34 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 06:22:45 * jmdaemon has quit (Ping timeout: 252 seconds) Dec 11 06:41:56 * jmdaemon (~jmdaemon@142.207.77.89) has joined Dec 11 07:51:30 * shoelaces has quit (Remote host closed the connection) Dec 11 08:04:47 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Dec 11 08:25:23 * jmdaemon has quit (Ping timeout: 250 seconds) Dec 11 08:39:44 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 14:14:16 * Klinda (~superleag@user/klinda) has joined Dec 11 14:38:22 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 11 15:34:32 * Klinda has quit (Ping timeout: 260 seconds) Dec 11 16:17:12 * Klinda (~superleag@user/klinda) has joined Dec 11 18:06:53 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 18:10:47 * jmdaemon has quit (Client Quit) Dec 11 18:11:20 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 11 18:11:31 * jmdaemon has quit (Client Quit) Dec 11 19:15:14 * skapata has quit (Quit: Ĝis.) Dec 11 19:43:42 * Klinda has quit (Ping timeout: 260 seconds) Dec 11 19:49:00 * Klinda (~superleag@user/klinda) has joined Dec 12 07:06:45 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Dec 12 07:06:45 2021 **** BEGIN LOGGING AT Sun Dec 12 07:07:04 2021 Dec 12 07:07:04 * Now talking on #xml Dec 12 07:07:04 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 12 07:07:04 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 12 08:25:08 * skapata has quit (Remote host closed the connection) Dec 12 09:44:16 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 12 09:46:18 * daoudr has quit (Remote host closed the connection) Dec 12 11:32:35 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Dec 12 11:32:35 2021 **** BEGIN LOGGING AT Sun Dec 12 11:32:53 2021 Dec 12 11:32:53 * Now talking on #xml Dec 12 11:32:53 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 12 11:32:53 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 12 11:58:53 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 12 14:57:05 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 12 15:52:47 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 12 16:52:58 * daoudr has quit (Quit: Leaving) Dec 12 17:32:22 * Klinda (~superleag@user/klinda) has joined Dec 12 18:01:33 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 12 18:11:01 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 12 19:35:07 * enoq has quit (Quit: enoq) Dec 13 06:41:57 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Dec 13 06:41:57 2021 **** BEGIN LOGGING AT Mon Dec 13 06:42:15 2021 Dec 13 06:42:15 * Now talking on #xml Dec 13 06:42:15 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 13 06:42:15 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** BEGIN LOGGING AT Mon Dec 13 12:39:27 2021 Dec 13 12:39:27 * Now talking on #xml Dec 13 12:39:27 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 13 12:39:27 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 13 13:02:56 * Klinda (~superleag@user/klinda) has joined Dec 13 13:37:48 * Klinda has quit (Ping timeout: 256 seconds) Dec 13 14:51:42 * Klinda (~superleag@user/klinda) has joined Dec 13 15:58:09 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 13 17:19:37 * Klinda has quit (Quit: Konversation terminated!) Dec 13 17:19:57 * Klinda (~superleag@user/klinda) has joined Dec 13 18:28:02 * jmdaemon (~anon@user/jmdaemon) has joined Dec 13 18:29:05 * jmdaemon has quit (Client Quit) Dec 13 18:29:27 * jmdaemon (~anon@142.207.63.60) has joined Dec 13 18:33:43 * jmdaemon has quit (Client Quit) Dec 13 18:34:20 * jmdaemon (~anon@142.207.63.60) has joined Dec 13 18:34:51 * jmdaemon has quit (Client Quit) Dec 13 18:35:07 * jmdaemon (~anon@142.207.63.60) has joined Dec 13 18:37:00 * jmdaemon has quit (Client Quit) Dec 13 18:41:17 * jmdaemon (~anon@142.207.63.60) has joined Dec 13 18:45:14 * jmdaemon has quit (Client Quit) Dec 13 18:45:32 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 13 18:50:01 * jmdaemon has quit (Client Quit) Dec 13 18:50:36 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 13 18:54:48 * jmdaemon has quit (Client Quit) Dec 13 18:55:10 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 18:55:12 * jmdaemon has quit (Client Quit) Dec 13 18:55:39 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 19:37:05 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 13 19:39:42 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 19:40:05 * jmdaemon has quit (Client Quit) Dec 13 19:40:43 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 19:43:21 * jmdaemon has quit (Remote host closed the connection) Dec 13 19:43:37 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 20:05:44 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 13 20:06:03 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 20:06:06 * jmdaemon has quit (Client Quit) Dec 13 20:06:25 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 20:19:53 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 13 20:20:13 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 20:20:39 * jmdaemon has quit (Client Quit) Dec 13 20:30:34 * Klinda has quit (Ping timeout: 265 seconds) Dec 13 20:32:51 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 13 20:57:58 * Klinda (~superleag@user/klinda) has joined Dec 14 08:42:52 * Disconnected () **** ENDING LOGGING AT Tue Dec 14 08:42:52 2021 **** BEGIN LOGGING AT Tue Dec 14 08:43:03 2021 Dec 14 08:43:03 * Now talking on #xml Dec 14 08:43:03 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 14 08:43:03 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 14 09:17:43 * dodobrain has quit (Ping timeout: 252 seconds) Dec 14 10:59:33 * skapata has quit (Remote host closed the connection) Dec 14 11:10:38 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Dec 14 11:15:48 * jmd (~jmdaemon@142.207.63.60) has joined Dec 14 11:16:07 * jmdaemon has quit (Quit: WeeChat 3.3) Dec 14 11:28:34 * jmd has quit (Quit: ZNC 1.8.2 - https://znc.in) Dec 14 11:29:46 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 14 11:39:41 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Dec 14 11:43:13 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 14 11:46:44 * shoelaces has quit (*.net *.split) Dec 14 11:51:51 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Dec 14 11:55:31 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Dec 14 12:22:00 * Klinda (~superleag@user/klinda) has joined Dec 14 14:35:17 * skapata (~Skapata@2804:14c:87b0:a6f9:e138:977f:7375:1046) has joined Dec 14 14:50:30 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Dec 14 14:50:30 2021 **** BEGIN LOGGING AT Tue Dec 14 14:50:49 2021 Dec 14 14:50:49 * Now talking on #xml Dec 14 14:50:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 14 14:50:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 14 16:24:01 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 14 18:16:17 * enoq has quit (Quit: enoq) Dec 14 19:16:58 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Dec 14 19:16:58 2021 **** BEGIN LOGGING AT Tue Dec 14 19:17:16 2021 Dec 14 19:17:16 * Now talking on #xml Dec 14 19:17:16 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 14 19:17:16 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 15 07:44:59 * Disconnected () **** ENDING LOGGING AT Wed Dec 15 07:44:59 2021 **** BEGIN LOGGING AT Wed Dec 15 07:45:10 2021 Dec 15 07:45:10 * Now talking on #xml Dec 15 07:45:10 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 15 07:45:10 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 15 09:30:16 * dodobrain has quit (Remote host closed the connection) Dec 15 09:30:43 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 15 10:13:18 * skapata (~Skapata@2804:14c:87b0:a6f9:b4e0:3e21:5ab4:62c2) has joined Dec 15 10:27:10 * Klinda (~superleag@user/klinda) has joined Dec 15 11:30:24 * dodobrain has quit (Remote host closed the connection) Dec 15 11:30:49 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 15 12:10:29 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Dec 15 12:10:29 2021 **** BEGIN LOGGING AT Wed Dec 15 12:10:51 2021 Dec 15 12:10:51 * Now talking on #xml Dec 15 12:10:51 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 15 12:10:51 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 15 13:30:16 * dodobrain has quit (Remote host closed the connection) Dec 15 13:30:56 * dodobrain (~dodobrain@user/dodobrain) has joined **** ENDING LOGGING AT Wed Dec 15 13:44:43 2021 **** BEGIN LOGGING AT Wed Dec 15 14:50:09 2021 Dec 15 14:50:09 * Now talking on #xml Dec 15 14:50:09 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 15 14:50:09 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 15 17:37:50 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 15 18:50:11 * daoudr has quit (Quit: Leaving) Dec 15 19:47:12 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Dec 15 19:59:00 * Klinda has quit (Quit: Konversation terminated!) Dec 15 19:59:21 * Klinda (~superleag@user/klinda) has joined Dec 15 20:38:04 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 15 22:14:45 * Klinda has quit (Quit: Konversation terminated!) Dec 16 07:23:20 * Disconnected () **** ENDING LOGGING AT Thu Dec 16 07:23:20 2021 **** BEGIN LOGGING AT Thu Dec 16 07:23:32 2021 Dec 16 07:23:32 * Now talking on #xml Dec 16 07:23:32 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 16 07:23:32 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 16 07:24:06 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Dec 16 07:27:22 * jmdaemon (~jmdaemon@142.207.76.239) has joined Dec 16 07:29:10 * jmdaemon has quit (Client Quit) Dec 16 08:25:19 * skapata has quit (Remote host closed the connection) Dec 16 09:23:39 * demib0y has quit (Ping timeout: 256 seconds) Dec 16 09:36:51 * demib0y (~slave@64.64.177.85) has joined Dec 16 11:00:14 * Klinda (~superleag@user/klinda) has joined Dec 16 13:15:25 * skapata (~Skapata@2804:14c:87b0:a6f9:1de0:ae4d:2639:9c8e) has joined Dec 16 14:16:02 * leton (~leton@103.140.82.44) has joined Dec 16 14:17:01 * leton (~leton@103.140.82.44) has left Dec 16 15:00:49 * demib0y has quit (Ping timeout: 256 seconds) Dec 16 15:13:04 * demib0y (~slave@64.64.177.85) has joined Dec 16 20:15:15 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 16 20:37:48 * W is now known as _W_ Dec 16 20:37:57 * _W_ is now known as W Dec 17 07:43:59 * Disconnected () **** ENDING LOGGING AT Fri Dec 17 07:43:59 2021 **** BEGIN LOGGING AT Fri Dec 17 07:44:10 2021 Dec 17 07:44:10 * Now talking on #xml Dec 17 07:44:10 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 17 07:44:10 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 17 09:30:21 * dodobrain has quit (Ping timeout: 256 seconds) Dec 17 10:27:12 * skapata (~Skapata@2804:14c:87b0:a6f9:b082:aa65:4b23:c398) has joined Dec 17 11:09:54 * Klinda (~superleag@user/klinda) has joined Dec 17 11:10:05 * jmdaemon has quit (Ping timeout: 256 seconds) Dec 17 11:52:18 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Dec 17 11:52:18 2021 **** BEGIN LOGGING AT Fri Dec 17 11:52:37 2021 Dec 17 11:52:37 * Now talking on #xml Dec 17 11:52:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 17 11:52:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 17 13:45:16 * paule32 has quit (Quit: Leaving) Dec 17 13:45:36 * paule32 (~paule32@user/paule32) has joined Dec 17 15:59:05 * Klinda has quit (Ping timeout: 256 seconds) Dec 17 16:00:48 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Dec 17 16:00:48 2021 **** BEGIN LOGGING AT Fri Dec 17 16:01:08 2021 Dec 17 16:01:08 * Now talking on #xml Dec 17 16:01:08 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 17 16:01:08 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 17 16:51:42 * Klinda (~superleag@user/klinda) has joined Dec 17 18:56:45 * jmdaemon (~jmdaemon@142.207.63.60) has joined Dec 17 20:09:18 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Dec 17 20:09:18 2021 **** BEGIN LOGGING AT Fri Dec 17 20:09:38 2021 Dec 17 20:09:38 * Now talking on #xml Dec 17 20:09:38 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 17 20:09:38 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 17 20:24:00 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Dec 18 06:04:17 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Dec 18 06:04:17 2021 **** BEGIN LOGGING AT Sat Dec 18 06:04:36 2021 Dec 18 06:04:36 * Now talking on #xml Dec 18 06:04:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 18 06:04:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 18 06:59:33 * skapata has quit (Remote host closed the connection) Dec 18 10:43:41 * paule32 (~paule32@user/paule32) has joined **** ENDING LOGGING AT Sat Dec 18 11:23:21 2021 **** BEGIN LOGGING AT Sat Dec 18 11:30:17 2021 Dec 18 11:30:17 * Now talking on #xml Dec 18 11:30:17 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 18 11:30:17 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 18 12:05:54 * skapata (~Skapata@2804:14c:87b0:a6f9:11f2:595b:8fe2:b0d4) has joined Dec 18 13:45:39 * Klinda (~superleag@user/klinda) has joined Dec 18 16:11:28 * Klinda has quit (Ping timeout: 256 seconds) Dec 18 16:14:57 * Klinda (~superleag@user/klinda) has joined Dec 18 19:10:02 * demib0y has quit (Ping timeout: 252 seconds) Dec 18 19:22:53 * demib0y (~slave@64.64.177.85) has joined Dec 18 19:47:00 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Dec 18 19:47:00 2021 **** BEGIN LOGGING AT Sat Dec 18 19:47:18 2021 Dec 18 19:47:18 * Now talking on #xml Dec 18 19:47:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 18 19:47:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 19 09:02:52 * Disconnected () **** ENDING LOGGING AT Sun Dec 19 09:02:52 2021 **** BEGIN LOGGING AT Sun Dec 19 09:03:03 2021 Dec 19 09:03:03 * Now talking on #xml Dec 19 09:03:03 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 19 09:03:03 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sun Dec 19 12:01:38 2021 **** BEGIN LOGGING AT Sun Dec 19 12:06:56 2021 Dec 19 12:06:56 * Now talking on #xml Dec 19 12:06:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 19 12:06:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 19 12:32:22 * skapata (~Skapata@2804:14c:87b0:a6f9:20e5:aa8:d248:c43e) has joined Dec 19 14:48:36 * Klinda (~superleag@user/klinda) has joined Dec 19 14:53:25 * Klinda has quit (Client Quit) Dec 19 15:02:59 * paule32 has quit (Quit: Leaving) Dec 19 16:32:10 * Klinda (~superleag@user/klinda) has joined Dec 19 16:57:57 * paule32 (~paule32@user/paule32) has joined Dec 19 18:43:57 * paule32 has quit (Quit: Leaving) Dec 19 19:51:10 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Dec 19 20:23:46 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Dec 19 20:23:46 2021 **** BEGIN LOGGING AT Sun Dec 19 20:24:04 2021 Dec 19 20:24:04 * Now talking on #xml Dec 19 20:24:04 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 19 20:24:04 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 19 20:25:44 * mknod (~mknod@user/mknod) has joined Dec 20 08:18:28 * Disconnected () **** ENDING LOGGING AT Mon Dec 20 08:18:28 2021 **** BEGIN LOGGING AT Mon Dec 20 08:18:40 2021 Dec 20 08:18:40 * Now talking on #xml Dec 20 08:18:40 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 20 08:18:40 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 20 10:20:01 * Klinda (~superleag@user/klinda) has joined Dec 20 11:13:46 * demib0y has quit (Ping timeout: 256 seconds) Dec 20 11:26:54 * demib0y (~slave@64.64.177.85) has joined Dec 20 12:32:30 * skapata (~Skapata@2804:14c:87b0:a6f9:2898:525a:5805:3485) has joined Dec 20 16:12:07 * braxas (sid508886@id-508886.lymington.irccloud.com) has joined Dec 20 16:52:50 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Dec 20 16:52:50 2021 **** BEGIN LOGGING AT Mon Dec 20 16:53:08 2021 Dec 20 16:53:08 * Now talking on #xml Dec 20 16:53:08 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 20 16:53:08 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 20 19:49:06 * demib0y has quit (Ping timeout: 260 seconds) Dec 20 20:00:53 * demib0y (~slave@64.64.177.85) has joined Dec 20 21:14:55 * mknod (~mknod@user/mknod) has joined Dec 21 08:02:43 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Dec 21 08:02:43 2021 **** BEGIN LOGGING AT Tue Dec 21 08:03:30 2021 Dec 21 08:03:30 * Now talking on #xml Dec 21 08:03:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 21 08:03:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 21 08:29:00 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Dec 21 08:29:00 2021 **** BEGIN LOGGING AT Tue Dec 21 08:29:18 2021 Dec 21 08:29:18 * Now talking on #xml Dec 21 08:29:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 21 08:29:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 21 08:36:30 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Dec 21 08:36:30 2021 **** BEGIN LOGGING AT Tue Dec 21 08:37:00 2021 Dec 21 08:37:00 * Now talking on #xml Dec 21 08:37:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 21 08:37:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 21 09:48:52 * Klinda (~superleag@user/klinda) has joined **** ENDING LOGGING AT Tue Dec 21 11:53:23 2021 **** BEGIN LOGGING AT Tue Dec 21 12:09:46 2021 Dec 21 12:09:46 * Now talking on #xml Dec 21 12:09:46 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 21 12:09:46 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 21 12:37:17 * Klinda has quit (Ping timeout: 240 seconds) Dec 21 12:44:20 * Klinda (~superleag@user/klinda) has joined Dec 21 13:18:17 * Klinda has quit (Ping timeout: 240 seconds) Dec 21 13:29:48 * Klinda (~superleag@user/klinda) has joined Dec 21 14:04:54 * skapata (~Skapata@user/skapata) has joined Dec 21 14:07:54 * demib0y has quit (Ping timeout: 268 seconds) Dec 21 14:21:17 * demib0y (~slave@64.64.177.85) has joined Dec 21 15:12:58 * demib0y has quit (Ping timeout: 260 seconds) Dec 21 15:24:54 * demib0y (~slave@64.64.177.85) has joined Dec 21 16:18:07 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Dec 21 16:18:07 2021 **** BEGIN LOGGING AT Tue Dec 21 16:18:26 2021 Dec 21 16:18:26 * Now talking on #xml Dec 21 16:18:26 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 21 16:18:26 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 21 17:19:20 * daoudr_ (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 21 17:29:16 * mknod has quit (Quit: mknod) Dec 21 17:53:47 * Klinda has quit (Quit: Konversation terminated!) Dec 21 17:58:56 * daoudr_ has quit (Quit: Leaving) Dec 21 18:07:14 * daoudr_ (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 21 18:28:31 * Klinda (~superleag@user/klinda) has joined Dec 21 19:01:25 * daoudr_ has quit (Quit: Leaving) Dec 21 19:05:27 * daoudr_ (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Dec 21 19:07:24 * Klinda has quit (Ping timeout: 256 seconds) Dec 21 19:25:59 * Klinda (~superleag@user/klinda) has joined Dec 22 08:17:42 * Disconnected () **** ENDING LOGGING AT Wed Dec 22 08:17:42 2021 **** BEGIN LOGGING AT Wed Dec 22 08:17:53 2021 Dec 22 08:17:53 * Now talking on #xml Dec 22 08:17:53 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 22 08:17:53 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 22 08:17:53 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 22 08:17:53 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 22 10:54:19 * Klinda (~superleag@user/klinda) has joined Dec 22 14:39:41 * skapata (~Skapata@2804:14c:87b0:a6f9:3457:f613:6c02:3d9f) has joined Dec 22 14:48:09 * mknod has quit (Quit: mknod) Dec 22 16:51:31 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Dec 22 16:51:31 2021 **** BEGIN LOGGING AT Wed Dec 22 16:51:50 2021 Dec 22 16:51:50 * Now talking on #xml Dec 22 16:51:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 22 16:51:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 22 20:14:34 * glennzw (~glennzw@92.188.57.51) has joined Dec 22 20:49:37 * shoelaces has quit (Remote host closed the connection) Dec 22 20:49:44 * glennzw has quit (Quit: glennzw) Dec 23 08:00:36 * Disconnected () **** ENDING LOGGING AT Thu Dec 23 08:00:36 2021 **** BEGIN LOGGING AT Thu Dec 23 08:00:47 2021 Dec 23 08:00:47 * Now talking on #xml Dec 23 08:00:47 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 23 08:00:47 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 23 08:00:47 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 23 08:00:47 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 23 08:07:11 * skapata has quit (Quit: Ĝis.) Dec 23 09:22:09 * dodobrain has quit (Remote host closed the connection) Dec 23 09:22:49 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 23 10:44:10 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Dec 23 10:44:10 2021 **** BEGIN LOGGING AT Thu Dec 23 10:44:29 2021 Dec 23 10:44:29 * Now talking on #xml Dec 23 10:44:29 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 23 10:44:29 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 23 10:56:13 * Klinda (~superleag@user/klinda) has joined Dec 23 11:22:10 * dodobrain has quit (Remote host closed the connection) Dec 23 11:22:55 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 23 11:45:11 * dodobrain has quit (Ping timeout: 250 seconds) Dec 23 12:12:58 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 23 12:17:17 * dodobrain has quit (Ping timeout: 240 seconds) Dec 23 12:47:19 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 23 12:51:36 * dodobrain has quit (Ping timeout: 245 seconds) Dec 23 13:17:35 * dodobrain (~dodobrain@user/dodobrain) has joined Dec 23 13:24:02 * dodobrain has quit (Ping timeout: 260 seconds) Dec 23 14:46:55 * skapata (~Skapata@2804:14c:87b0:a6f9:28a8:69e0:9f71:fd7) has joined Dec 23 14:52:40 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Dec 23 14:52:40 2021 **** BEGIN LOGGING AT Thu Dec 23 14:53:00 2021 Dec 23 14:53:00 * Now talking on #xml Dec 23 14:53:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 23 14:53:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 23 16:43:27 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 23 17:14:32 * enoq has quit (Quit: enoq) Dec 23 17:40:38 * skapata has quit (Remote host closed the connection) Dec 23 18:04:09 * mknod (~mknod@user/mknod) has joined Dec 23 19:09:38 * ShrikeX (uid344010@id-344010.hampstead.irccloud.com) has joined Dec 23 20:44:16 * skapata (~Skapata@2804:14c:87b0:a6f9:4945:e3af:4088:41b5) has joined Dec 24 07:49:18 * Disconnected (Network is unreachable) **** ENDING LOGGING AT Fri Dec 24 07:49:18 2021 **** BEGIN LOGGING AT Fri Dec 24 07:49:37 2021 Dec 24 07:49:37 * Now talking on #xml Dec 24 07:49:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 24 07:49:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Fri Dec 24 09:32:03 2021 **** BEGIN LOGGING AT Fri Dec 24 09:58:53 2021 Dec 24 09:58:53 * Now talking on #xml Dec 24 09:58:53 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 24 09:58:53 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 24 11:51:14 * Klinda (~superleag@user/klinda) has joined Dec 24 14:07:11 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Dec 24 14:07:11 2021 **** BEGIN LOGGING AT Fri Dec 24 14:07:31 2021 Dec 24 14:07:31 * Now talking on #xml Dec 24 14:07:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 24 14:07:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 24 15:06:35 * skapata (~Skapata@2804:14c:87b0:a6f9:8c5c:6bb8:5078:50f6) has joined Dec 24 19:16:13 * ShrikeX has quit (Quit: Connection closed for inactivity) Dec 24 19:23:23 * Klinda has quit (Ping timeout: 268 seconds) Dec 24 20:11:35 * Klinda (~superleag@user/klinda) has joined Dec 24 21:11:02 * mknod (~mknod@user/mknod) has joined Dec 25 08:00:47 * Disconnected () **** ENDING LOGGING AT Sat Dec 25 08:00:47 2021 **** BEGIN LOGGING AT Sat Dec 25 08:00:58 2021 Dec 25 08:00:58 * Now talking on #xml Dec 25 08:00:58 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 25 08:00:58 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 25 08:00:58 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 25 08:00:58 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 25 10:46:38 * skapata has quit (Remote host closed the connection) Dec 25 12:09:11 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Dec 25 12:09:11 2021 **** BEGIN LOGGING AT Sat Dec 25 12:09:30 2021 Dec 25 12:09:30 * Now talking on #xml Dec 25 12:09:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 25 12:09:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 25 13:27:28 * Klinda (~superleag@user/klinda) has joined Dec 25 13:32:50 * Furman (~Furman@212.164.65.146) has joined Dec 25 13:33:33 guys, what is the difference between libxml2.dll and libxml2-2.dll? Dec 25 15:24:23 * skapata (~Skapata@2804:14c:87b0:a6f9:c16:575f:60a6:c562) has joined Dec 25 15:28:56 * Furman has quit (Quit: Client closed) Dec 25 16:17:41 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Dec 25 16:17:41 2021 **** BEGIN LOGGING AT Sat Dec 25 16:18:00 2021 Dec 25 16:18:00 * Now talking on #xml Dec 25 16:18:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 25 16:18:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 26 07:37:04 * Disconnected () **** ENDING LOGGING AT Sun Dec 26 07:37:04 2021 **** BEGIN LOGGING AT Sun Dec 26 07:37:14 2021 Dec 26 07:37:14 * Now talking on #xml Dec 26 07:37:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 26 07:37:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 26 10:38:57 * demib0y has quit (Ping timeout: 240 seconds) Dec 26 10:52:33 * demib0y (~slave@64.64.177.85) has joined Dec 26 11:45:19 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Dec 26 11:45:19 2021 **** BEGIN LOGGING AT Sun Dec 26 11:45:38 2021 Dec 26 11:45:38 * Now talking on #xml Dec 26 11:45:38 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 26 11:45:38 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 26 14:36:38 * skapata (~Skapata@2804:14c:87b0:a6f9:359a:fe01:ab2d:3f72) has joined Dec 26 15:53:49 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Dec 26 15:53:49 2021 **** BEGIN LOGGING AT Sun Dec 26 15:54:07 2021 Dec 26 15:54:07 * Now talking on #xml Dec 26 15:54:07 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 26 15:54:07 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 26 20:02:19 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Dec 26 20:02:19 2021 **** BEGIN LOGGING AT Sun Dec 26 20:02:38 2021 Dec 26 20:02:38 * Now talking on #xml Dec 26 20:02:38 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 26 20:02:38 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Sun Dec 26 21:12:30 2021 **** BEGIN LOGGING AT Mon Dec 27 06:42:47 2021 Dec 27 06:42:47 * Now talking on #xml Dec 27 06:42:47 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 27 06:42:47 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 27 07:44:06 * skapata has quit (Read error: Connection reset by peer) Dec 27 08:19:28 * demib0y has quit (Remote host closed the connection) Dec 27 08:44:58 * demib0y (~slave@64.64.177.85) has joined Dec 27 12:06:32 * Klinda (~superleag@user/klinda) has joined Dec 27 13:12:56 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Dec 27 13:12:56 2021 **** BEGIN LOGGING AT Mon Dec 27 13:13:15 2021 Dec 27 13:13:15 * Now talking on #xml Dec 27 13:13:15 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 27 13:13:15 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** BEGIN LOGGING AT Mon Dec 27 14:55:42 2021 Dec 27 14:55:42 * Now talking on #xml Dec 27 14:55:42 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 27 14:55:42 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 27 15:58:13 * skapata (~Skapata@2804:14c:87b0:a6f9:d4c4:3787:7442:bb18) has joined Dec 27 19:03:56 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Dec 27 19:03:56 2021 **** BEGIN LOGGING AT Mon Dec 27 19:04:14 2021 Dec 27 19:04:14 * Now talking on #xml Dec 27 19:04:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 27 19:04:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 27 19:30:35 * enoq has quit (Quit: enoq) Dec 27 19:36:53 * gde33 has quit (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) Dec 28 09:10:34 * Disconnected () **** ENDING LOGGING AT Tue Dec 28 09:10:34 2021 **** BEGIN LOGGING AT Tue Dec 28 09:10:45 2021 Dec 28 09:10:45 * Now talking on #xml Dec 28 09:10:45 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 28 09:10:45 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 28 15:45:33 * skapata (~Skapata@2804:14c:87b0:a6f9:a892:5f2f:3801:1e1e) has joined Dec 28 16:22:31 * Klinda (~superleag@user/klinda) has joined Dec 28 18:03:15 * demib0y has quit (Ping timeout: 256 seconds) Dec 28 19:31:20 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Dec 28 19:31:20 2021 **** BEGIN LOGGING AT Tue Dec 28 19:31:40 2021 Dec 28 19:31:40 * Now talking on #xml Dec 28 19:31:40 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 28 19:31:40 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 28 19:38:55 * Klinda has quit (Quit: Konversation terminated!) Dec 28 19:39:15 * Klinda (~superleag@user/klinda) has joined Dec 29 08:12:59 * Disconnected () **** ENDING LOGGING AT Wed Dec 29 08:12:59 2021 **** BEGIN LOGGING AT Wed Dec 29 08:13:11 2021 Dec 29 08:13:11 * Now talking on #xml Dec 29 08:13:11 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 29 08:13:11 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 29 08:13:11 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Dec 29 08:13:11 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Dec 29 10:06:55 * Klinda (~superleag@user/klinda) has joined **** BEGIN LOGGING AT Wed Dec 29 10:40:59 2021 Dec 29 10:40:59 * Now talking on #xml Dec 29 10:40:59 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 29 10:40:59 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 29 15:05:59 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Dec 29 15:05:59 2021 **** BEGIN LOGGING AT Wed Dec 29 15:06:18 2021 Dec 29 15:06:18 * Now talking on #xml Dec 29 15:06:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 29 15:06:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 29 15:42:46 * skapata (~Skapata@2804:14c:87b0:a6f9:90de:bade:1639:c5d2) has joined Dec 30 04:15:21 * Disconnected () **** ENDING LOGGING AT Thu Dec 30 04:15:22 2021 **** BEGIN LOGGING AT Thu Dec 30 04:15:32 2021 Dec 30 04:15:32 * Now talking on #xml Dec 30 04:15:32 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 30 04:15:32 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 30 04:54:41 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Dec 30 09:05:00 * skapata has quit (Remote host closed the connection) Dec 30 12:31:42 * Klinda (~superleag@user/klinda) has joined Dec 30 12:49:56 * Disconnected (Connection timed out) **** ENDING LOGGING AT Thu Dec 30 12:49:56 2021 **** BEGIN LOGGING AT Thu Dec 30 12:50:14 2021 Dec 30 12:50:14 * Now talking on #xml Dec 30 12:50:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 30 12:50:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 30 16:40:16 * skapata (~Skapata@2804:14c:87b0:a6f9:dd0e:2e16:85db:1081) has joined Dec 30 17:15:41 * Disconnected () **** ENDING LOGGING AT Thu Dec 30 17:15:41 2021 **** BEGIN LOGGING AT Thu Dec 30 17:15:53 2021 Dec 30 17:15:53 * Now talking on #xml Dec 30 17:15:53 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 30 17:15:53 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 31 03:41:10 * Disconnected () **** ENDING LOGGING AT Fri Dec 31 03:41:10 2021 **** BEGIN LOGGING AT Fri Dec 31 03:41:20 2021 Dec 31 03:41:20 * Now talking on #xml Dec 31 03:41:20 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 31 03:41:20 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 31 07:24:45 * skapata has quit (Remote host closed the connection) Dec 31 08:07:17 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Dec 31 08:07:17 2021 **** BEGIN LOGGING AT Fri Dec 31 08:07:35 2021 Dec 31 08:07:35 * Now talking on #xml Dec 31 08:07:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 31 08:07:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 31 11:37:54 * Klinda (~superleag@user/klinda) has joined Dec 31 12:33:43 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Dec 31 12:33:43 2021 **** BEGIN LOGGING AT Fri Dec 31 12:34:02 2021 Dec 31 12:34:02 * Now talking on #xml Dec 31 12:34:02 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Dec 31 12:34:02 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Dec 31 13:00:45 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 31 14:16:38 * enoq has quit (Quit: enoq) Dec 31 15:23:32 * skapata (~Skapata@2804:14c:87b0:a6f9:d8e5:b45f:7ffd:50ed) has joined Dec 31 15:41:23 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Dec 31 16:53:14 * Klinda has quit (Quit: Konversation terminated!) Dec 31 18:17:20 * enoq has quit (Quit: enoq) Dec 31 19:40:08 * Klinda (~superleag@user/klinda) has joined Dec 31 19:40:59 * Klinda has quit (Client Quit) Jan 01 01:08:44 * gde35 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Jan 01 01:17:28 * gde33 has quit (*.net *.split) Jan 01 02:49:57 * demib0y has quit (Ping timeout: 240 seconds) Jan 01 03:10:43 * demib0y (~slave@204.237.1.199) has joined Jan 01 05:24:49 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Jan 1 05:24:49 2022 **** BEGIN LOGGING AT Sat Jan 1 05:25:08 2022 Jan 01 05:25:08 * Now talking on #xml Jan 01 05:25:08 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 01 05:25:08 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 01 06:40:23 * skapata has quit (Remote host closed the connection) Jan 01 09:13:35 * demib0y has quit (Read error: Connection reset by peer) Jan 01 09:18:17 * demib0y (~slave@204.237.1.199) has joined Jan 01 09:30:35 * demib0y has quit (Ping timeout: 256 seconds) Jan 01 09:32:44 * demib0y (~slave@204.237.1.199) has joined Jan 01 13:41:54 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 1 13:41:54 2022 **** BEGIN LOGGING AT Sat Jan 1 13:42:14 2022 Jan 01 13:42:14 * Now talking on #xml Jan 01 13:42:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 01 13:42:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 01 13:49:37 * Klinda (~superleag@user/klinda) has joined Jan 01 17:50:24 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 1 17:50:24 2022 **** BEGIN LOGGING AT Sat Jan 1 17:50:43 2022 Jan 01 17:50:43 * Now talking on #xml Jan 01 17:50:43 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 01 17:50:43 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 01 19:20:12 * skapata (~Skapata@2804:14c:87b0:a6f9:3403:156c:961e:b2fe) has joined **** ENDING LOGGING AT Sat Jan 1 22:04:20 2022 **** BEGIN LOGGING AT Sun Jan 2 03:06:53 2022 Jan 02 03:06:53 * Now talking on #xml Jan 02 03:06:53 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 02 03:06:53 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 02 03:28:28 * Disconnected () **** ENDING LOGGING AT Sun Jan 2 03:28:28 2022 **** BEGIN LOGGING AT Sun Jan 2 03:28:39 2022 Jan 02 03:28:39 * Now talking on #xml Jan 02 03:28:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 02 03:28:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 02 07:27:49 * skapate has quit (Remote host closed the connection) Jan 02 07:36:54 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 2 07:36:54 2022 **** BEGIN LOGGING AT Sun Jan 2 07:37:14 2022 Jan 02 07:37:14 * Now talking on #xml Jan 02 07:37:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 02 07:37:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 02 12:02:05 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Jan 2 12:02:05 2022 **** BEGIN LOGGING AT Sun Jan 2 12:02:24 2022 Jan 02 12:02:24 * Now talking on #xml Jan 02 12:02:24 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 02 12:02:24 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 02 14:19:30 * Klinda (~superleag@user/klinda) has joined Jan 02 16:01:40 * skapata (~Skapata@2804:14c:87b0:a6f9:50d8:1e8f:4c53:cf6c) has joined Jan 02 16:26:21 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Jan 2 16:26:21 2022 **** BEGIN LOGGING AT Sun Jan 2 16:26:39 2022 Jan 02 16:26:39 * Now talking on #xml Jan 02 16:26:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 02 16:26:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 02 22:16:01 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 2 22:16:01 2022 **** BEGIN LOGGING AT Sun Jan 2 22:16:44 2022 Jan 02 22:16:44 * Now talking on #xml Jan 02 22:16:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 02 22:16:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 02 22:16:45 * Klinda (~superleag@user/klinda) has joined Jan 02 22:24:02 * skapata (~Skapata@2804:14c:87b0:a6f9:50d8:1e8f:4c53:cf6c) has joined Jan 02 23:51:14 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Jan 03 00:14:12 * seabass_ has quit (Quit: Client limit exceeded: 20000) Jan 03 00:52:42 * Klinda has quit (Quit: Konversation terminated!) Jan 03 04:46:21 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Jan 3 04:46:21 2022 **** BEGIN LOGGING AT Mon Jan 3 04:46:40 2022 Jan 03 04:46:40 * Now talking on #xml Jan 03 04:46:40 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 03 04:46:40 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 03 06:49:24 * skapata has quit (Remote host closed the connection) Jan 03 11:16:36 * demib0y has quit (Ping timeout: 245 seconds) Jan 03 13:35:58 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 03 14:50:10 * Klinda (~superleag@user/klinda) has joined Jan 03 15:30:25 * skapata (~Skapata@2804:14c:87b0:a6f9:b440:1fdb:a9a9:c6fa) has joined Jan 03 16:56:22 * demib0y (~slave@204.237.1.199) has joined Jan 03 21:00:33 * enoq has quit (Quit: enoq) Jan 04 00:47:18 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 04 01:10:16 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 04 02:12:48 * dodobrain has quit (Remote host closed the connection) Jan 04 02:13:24 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 04 02:33:02 demib0y! Jan 04 02:35:59 * Klinda has quit (Quit: Konversation terminated!) Jan 04 02:53:15 * mknod (~mknod@user/mknod) has joined Jan 04 03:15:11 * donkm (~mknod@user/mknod) has joined Jan 04 03:15:20 * mknod has quit (Killed (tantalum.libera.chat (Nickname regained by services))) Jan 04 03:15:20 * donkm is now known as mknod Jan 04 03:57:31 * mknod has quit (Ping timeout: 256 seconds) Jan 04 03:58:26 * mknod (~mknod@user/mknod) has joined Jan 04 04:12:57 * dodobrain has quit (Remote host closed the connection) Jan 04 04:13:32 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 04 04:55:49 * enoq has quit (Quit: enoq) Jan 04 05:38:27 * skapata has quit (Remote host closed the connection) Jan 04 06:12:57 * dodobrain has quit (Remote host closed the connection) Jan 04 06:13:38 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 04 09:49:57 * dodobrain has quit (Ping timeout: 240 seconds) Jan 04 11:13:41 * Klinda (~superleag@user/klinda) has joined Jan 04 13:26:58 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 04 14:26:24 * enoq has quit (Quit: enoq) Jan 04 14:58:35 * skapata (~Skapata@user/skapata) has joined Jan 04 18:31:02 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 04 18:32:41 * karstensrage (~karstensr@user/karstensrage) has joined Jan 04 18:32:59 * karstensrage (~karstensr@user/karstensrage) has left (Leaving) Jan 04 20:07:25 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Jan 4 20:07:25 2022 **** BEGIN LOGGING AT Tue Jan 4 20:07:44 2022 Jan 04 20:07:44 * Now talking on #xml Jan 04 20:07:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 04 20:07:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 04 21:24:47 * enoq has quit (Quit: enoq) Jan 05 05:19:01 * Disconnected () **** ENDING LOGGING AT Wed Jan 5 05:19:02 2022 **** BEGIN LOGGING AT Wed Jan 5 05:19:15 2022 Jan 05 05:19:15 * Now talking on #xml Jan 05 05:19:15 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 05 05:19:15 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 05 06:05:52 * dodobrain has quit (Remote host closed the connection) Jan 05 06:06:20 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 05 08:05:37 * dodobrain has quit (Remote host closed the connection) Jan 05 08:06:29 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 05 08:52:24 * skapata has quit (Read error: Connection reset by peer) Jan 05 10:05:33 * dodobrain has quit (Remote host closed the connection) Jan 05 10:06:06 * dodobrain (~dodobrain@user/dodobrain) has joined **** BEGIN LOGGING AT Wed Jan 5 12:35:58 2022 Jan 05 12:35:58 * Now talking on #xml Jan 05 12:35:58 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 05 12:35:58 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 05 14:05:34 * dodobrain has quit (Remote host closed the connection) Jan 05 14:06:19 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 05 14:54:16 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 05 15:31:49 * dodobrain has quit (Ping timeout: 240 seconds) Jan 05 16:08:08 * skapata (~Skapata@2804:14c:87b0:a6f9:f439:b353:9768:d2) has joined Jan 05 17:29:25 * demib0y has quit (*.net *.split) Jan 05 17:29:28 * gde35 has quit (*.net *.split) Jan 05 17:29:28 * djinni` has quit (*.net *.split) Jan 05 17:29:28 * sybariten has quit (*.net *.split) Jan 05 17:29:29 * Arie has quit (*.net *.split) Jan 05 17:29:29 * Milencho has quit (*.net *.split) Jan 05 17:29:30 * braxas has quit (*.net *.split) Jan 05 17:29:33 * karjala has quit (*.net *.split) Jan 05 17:29:34 * W has quit (*.net *.split) Jan 05 17:29:34 * armenb has quit (*.net *.split) Jan 05 17:29:35 * martian_a_______ has quit (*.net *.split) Jan 05 17:29:39 * paak has quit (*.net *.split) Jan 05 17:31:30 * demib0y (~slave@204.237.1.199) has joined Jan 05 17:31:30 * gde35 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Jan 05 17:31:30 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Jan 05 17:31:30 * sybariten (~jake@157.90.217.120) has joined Jan 05 17:31:30 * Arie (ArieP@isdb.nl) has joined Jan 05 17:31:30 * Milencho (~milencho@k0r-bg.eu) has joined Jan 05 17:32:06 * martian_a_______ (sid23759@id-23759.tinside.irccloud.com) has joined Jan 05 17:32:19 * W (~w@user/w) has joined Jan 05 17:32:19 * armenb (armenb@inertia.static.net) has joined Jan 05 17:32:24 * braxas (sid508886@id-508886.lymington.irccloud.com) has joined Jan 05 17:32:47 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Jan 05 17:33:01 * paak (~Peter@2a01:4f9:c010:677c::104) has joined Jan 05 21:02:28 * mknod (~mknod@user/mknod) has joined Jan 05 21:37:33 * skapate (~Skapata@2804:14c:87b0:a6f9:4c57:7bc8:1484:fbaf) has joined Jan 05 21:38:13 * skapata has quit (Ping timeout: 240 seconds) Jan 05 23:52:13 * Klinda has quit (Ping timeout: 240 seconds) Jan 06 00:00:02 * Klinda (~superleag@user/klinda) has joined Jan 06 00:28:47 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 00:54:24 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 00:55:05 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 02:02:53 * Klinda has quit (Quit: Konversation terminated!) Jan 06 02:31:40 * dodobrain has quit (Remote host closed the connection) Jan 06 02:32:10 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 03:01:20 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 03:15:07 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 04:48:31 * dodobrain has quit (Remote host closed the connection) Jan 06 04:49:14 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 05:08:21 * enoq has quit (Quit: enoq) Jan 06 06:16:24 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 06:18:01 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 07:22:32 * skapate has quit (Remote host closed the connection) Jan 06 08:43:28 * mknod has quit (Quit: mknod) Jan 06 09:04:52 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 09:11:26 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 09:16:04 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 09:17:27 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 09:36:08 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 09:53:08 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 09:58:04 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 09:59:12 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:04:08 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:10:38 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:15:20 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:16:42 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:21:24 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:22:17 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:27:00 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:33:44 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:38:12 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:45:08 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:49:52 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:51:09 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 10:55:56 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 10:56:39 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 11:01:32 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 11:02:44 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 11:07:36 * dodobrain has quit (Ping timeout: 260 seconds) Jan 06 11:10:39 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 06 11:55:16 * dodobrain has quit (Quit: foood) Jan 06 13:16:55 * Klinda (~superleag@user/klinda) has joined Jan 06 13:26:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Jan 6 13:26:17 2022 **** BEGIN LOGGING AT Thu Jan 6 13:26:36 2022 Jan 06 13:26:36 * Now talking on #xml Jan 06 13:26:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 06 13:26:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 06 14:08:59 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 06 14:46:01 * skapata (~Skapata@2804:14c:87b0:a6f9:e050:482e:d5a8:4b1b) has joined Jan 06 18:26:12 * enoq has quit (Quit: enoq) Jan 06 22:44:26 * mknod (~mknod@user/mknod) has joined Jan 06 23:18:29 * skapata has quit (Ping timeout: 268 seconds) Jan 07 00:49:57 * skapata (~Skapata@2804:14c:87b0:a6f9:9c74:da2:a180:c153) has joined Jan 07 01:33:44 * Klinda has quit (Quit: Konversation terminated!) Jan 07 03:56:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Jan 7 03:56:17 2022 **** BEGIN LOGGING AT Fri Jan 7 03:56:37 2022 Jan 07 03:56:37 * Now talking on #xml Jan 07 03:56:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 07 03:56:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 07 06:13:28 * skapata has quit (Remote host closed the connection) Jan 07 17:03:13 * skapata (~Skapata@2804:14c:87b0:a6f9:193a:8038:cdb2:3b71) has joined Jan 07 18:26:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Jan 7 18:26:17 2022 **** BEGIN LOGGING AT Fri Jan 7 18:26:36 2022 Jan 07 18:26:36 * Now talking on #xml Jan 07 18:26:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 07 18:26:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 07 19:10:31 * skapate (~Skapata@2804:14c:87b0:a6f9:406a:ebc:a997:9963) has joined Jan 07 19:12:57 * skapata has quit (Ping timeout: 240 seconds) Jan 07 22:00:32 * skapate has quit (Ping timeout: 240 seconds) Jan 07 22:07:00 * skapata (~Skapata@2804:14c:87b0:a6f9:8d19:f7a3:b91b:6462) has joined Jan 07 22:34:47 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Jan 7 22:34:47 2022 **** BEGIN LOGGING AT Fri Jan 7 22:35:05 2022 Jan 07 22:35:05 * Now talking on #xml Jan 07 22:35:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 07 22:35:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 08 00:14:36 * Klinda (~superleag@user/klinda) has joined Jan 08 01:25:06 * Klinda has quit (Quit: Konversation terminated!) Jan 08 02:49:28 * cmsmcq2 (~cmsmcq2@65.19.36.46) has joined Jan 08 02:52:17 * cmsmcq (~cmsmcq@h69.17.19.98.dynamic.ip.windstream.net) has joined Jan 08 04:47:47 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 8 04:47:47 2022 **** BEGIN LOGGING AT Sat Jan 8 04:48:06 2022 Jan 08 04:48:06 * Now talking on #xml Jan 08 04:48:06 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 08 04:48:06 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 08 07:47:48 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Jan 08 07:55:51 * shoelaces has quit (Remote host closed the connection) Jan 08 07:57:02 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Jan 08 08:17:16 * skapata has quit (Remote host closed the connection) Jan 08 08:56:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 8 08:56:17 2022 **** BEGIN LOGGING AT Sat Jan 8 08:56:36 2022 Jan 08 08:56:36 * Now talking on #xml Jan 08 08:56:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 08 08:56:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 08 10:07:37 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Jan 8 10:07:37 2022 **** BEGIN LOGGING AT Sat Jan 8 10:07:56 2022 Jan 08 10:07:56 * Now talking on #xml Jan 08 10:07:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 08 10:07:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 08 10:52:37 * mknod has quit (Quit: mknod) Jan 08 15:14:20 * Klinda (~superleag@user/klinda) has joined Jan 08 18:03:17 * skapata (~Skapata@2804:14c:87b0:a6f9:582f:142b:19c3:9520) has joined Jan 08 21:08:46 * mknod (~mknod@user/mknod) has joined Jan 08 23:50:55 * demib0y has quit (Remote host closed the connection) Jan 09 01:39:21 * Klinda has quit (Quit: Konversation terminated!) Jan 09 02:08:20 * daoudr (~daoudr@2a02:1205:c690:ca10:843a:6e21:9631:a11f) has joined Jan 09 02:50:08 * demib0y (~slave@204.237.1.199) has joined Jan 09 03:42:22 * daoudr has quit (Remote host closed the connection) Jan 09 04:29:19 * demib0y has quit (Ping timeout: 256 seconds) Jan 09 04:56:01 * demib0y (~slave@204.237.1.199) has joined Jan 09 06:01:19 * skapata has quit (Remote host closed the connection) Jan 09 11:46:04 * mknod has quit (Quit: mknod) Jan 09 13:03:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 9 13:03:17 2022 **** BEGIN LOGGING AT Sun Jan 9 13:03:37 2022 Jan 09 13:03:37 * Now talking on #xml Jan 09 13:03:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 09 13:03:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 09 13:41:00 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 09 13:57:20 * enoq has quit (Quit: enoq) Jan 09 16:49:34 * Klinda (~superleag@user/klinda) has joined Jan 09 16:54:26 * skapata (~Skapata@2804:14c:87b0:a6f9:b9d4:dfb1:ac7d:59bf) has joined Jan 09 17:11:47 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 9 17:11:47 2022 **** BEGIN LOGGING AT Sun Jan 9 17:12:05 2022 Jan 09 17:12:05 * Now talking on #xml Jan 09 17:12:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 09 17:12:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 10 01:28:22 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 10 02:11:53 * Klinda has quit (Quit: Konversation terminated!) Jan 10 03:21:39 * dodobrain has quit (Remote host closed the connection) Jan 10 03:22:28 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 10 07:18:09 * dodobrain has quit (Quit: The Lounge - https://thelounge.chat) Jan 10 07:19:03 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 10 07:30:37 * skapata has quit (Remote host closed the connection) Jan 10 09:18:34 * dodobrain has quit (Remote host closed the connection) Jan 10 09:19:11 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 10 10:09:31 * demib0y has quit (*.net *.split) Jan 10 10:09:34 * paak has quit (*.net *.split) Jan 10 10:09:35 * karjala has quit (*.net *.split) Jan 10 10:09:35 * cmsmcq has quit (*.net *.split) Jan 10 10:09:39 * braxas has quit (*.net *.split) Jan 10 10:09:40 * W has quit (*.net *.split) Jan 10 10:09:41 * armenb has quit (*.net *.split) Jan 10 10:09:42 * martian_a_______ has quit (*.net *.split) Jan 10 10:21:48 * demib0y (~slave@204.237.1.199) has joined Jan 10 10:21:48 * cmsmcq (~cmsmcq@h69.17.19.98.dynamic.ip.windstream.net) has joined Jan 10 10:21:48 * paak (~Peter@2a01:4f9:c010:677c::104) has joined Jan 10 10:21:48 * karjala (sid176588@id-176588.lymington.irccloud.com) has joined Jan 10 10:21:48 * braxas (sid508886@id-508886.lymington.irccloud.com) has joined Jan 10 10:21:48 * armenb (armenb@inertia.static.net) has joined Jan 10 10:21:48 * W (~w@user/w) has joined Jan 10 10:21:48 * martian_a_______ (sid23759@id-23759.tinside.irccloud.com) has joined Jan 10 10:42:56 * dodobrain has quit (Ping timeout: 260 seconds) Jan 10 10:53:17 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Mon Jan 10 10:53:17 2022 **** BEGIN LOGGING AT Mon Jan 10 10:53:36 2022 Jan 10 10:53:36 * Now talking on #xml Jan 10 10:53:36 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 10 10:53:36 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 10 11:59:32 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 10 17:02:46 * enoq has quit (Quit: enoq) Jan 10 17:04:21 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 10 17:23:36 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Jan 10 17:23:36 2022 **** BEGIN LOGGING AT Mon Jan 10 17:23:56 2022 Jan 10 17:23:56 * Now talking on #xml Jan 10 17:23:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 10 17:23:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 10 17:27:40 * skapata (~Skapata@2804:14c:87b0:a6f9:35a5:a9fd:9975:e15) has joined Jan 10 17:54:23 * yoyoyo (~MrCollins@199.231.255.146) has joined Jan 10 17:55:10 * MrCollinsGA has quit (Ping timeout: 256 seconds) Jan 10 17:59:08 * yoyoyo has quit (Ping timeout: 256 seconds) Jan 10 18:55:40 * yoyoyo (~MrCollins@199.231.255.167) has joined Jan 10 19:03:01 * yoyoyo has quit (Ping timeout: 256 seconds) Jan 10 19:04:52 * yoyoyo (~MrCollins@199.231.255.146) has joined Jan 10 20:31:56 * cmsmcq2 (~cmsmcq2@65.19.36.46) has joined Jan 10 21:47:44 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Jan 10 21:47:44 2022 **** BEGIN LOGGING AT Mon Jan 10 21:48:04 2022 Jan 10 21:48:04 * Now talking on #xml Jan 10 21:48:04 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 10 21:48:04 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) **** ENDING LOGGING AT Mon Jan 10 21:56:30 2022 **** BEGIN LOGGING AT Tue Jan 11 05:27:33 2022 Jan 11 05:27:33 * Now talking on #xml Jan 11 05:27:33 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 11 05:27:33 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 11 05:32:31 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 11 05:34:12 * dodobrain has quit (Remote host closed the connection) Jan 11 05:34:37 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 11 05:41:55 * dodobrain has quit (Quit: switching networks) Jan 11 05:42:20 * skapata has quit (Ping timeout: 268 seconds) Jan 11 05:42:51 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 11 05:55:46 * mknod has quit (Quit: mknod) Jan 11 06:01:46 * skapata (~Skapata@2804:14c:87b0:a6f9:accc:f920:44e1:6c44) has joined Jan 11 06:55:52 * skapata has quit (Remote host closed the connection) Jan 11 07:34:07 * dodobrain has quit (Remote host closed the connection) Jan 11 07:34:29 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 11 09:53:20 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Jan 11 09:53:20 2022 **** BEGIN LOGGING AT Tue Jan 11 09:53:39 2022 Jan 11 09:53:39 * Now talking on #xml Jan 11 09:53:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 11 09:53:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 11 09:57:57 * shoelaces has quit (Ping timeout: 240 seconds) Jan 11 10:05:04 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Jan 11 10:46:20 * dodobrain has quit (Ping timeout: 260 seconds) Jan 11 11:09:53 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 11 12:10:02 * maroloccio (~marolocci@151.75.59.229) has joined Jan 11 13:01:29 * Disconnected (Network is unreachable) **** ENDING LOGGING AT Tue Jan 11 13:01:29 2022 **** BEGIN LOGGING AT Tue Jan 11 13:01:48 2022 Jan 11 13:01:48 * Now talking on #xml Jan 11 13:01:48 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 11 13:01:48 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 11 13:05:48 * maroloccio has quit (Quit: WeeChat 3.0) Jan 11 17:03:40 * skapata (~Skapata@2804:14c:87b0:a6f9:4ee:a69c:d91a:66fb) has joined Jan 11 17:27:18 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Jan 11 17:27:18 2022 **** BEGIN LOGGING AT Tue Jan 11 17:27:37 2022 Jan 11 17:27:37 * Now talking on #xml Jan 11 17:27:37 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 11 17:27:37 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 11 18:56:16 * enoq has quit (Quit: enoq) **** ENDING LOGGING AT Tue Jan 11 21:38:40 2022 **** BEGIN LOGGING AT Wed Jan 12 07:56:13 2022 Jan 12 07:56:13 * Now talking on #xml Jan 12 07:56:13 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 12 07:56:13 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 12 08:44:11 * skapata has quit (Read error: Connection reset by peer) Jan 12 10:13:41 * dodobrain has quit (Quit: back later) Jan 12 10:39:44 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 12 10:51:29 * enoq has quit (Quit: enoq) Jan 12 14:13:00 * Disconnected () **** ENDING LOGGING AT Wed Jan 12 14:13:00 2022 **** BEGIN LOGGING AT Wed Jan 12 14:13:11 2022 Jan 12 14:13:11 * Now talking on #xml Jan 12 14:13:11 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 12 14:13:11 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 12 14:43:16 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 12 15:37:34 * mknod (~mknod@user/mknod) has joined Jan 12 17:28:02 * enoq has quit (Quit: enoq) Jan 12 17:28:23 * skapata (~Skapata@2804:14c:87b0:a6f9:3d8d:2676:73ba:ffde) has joined Jan 12 19:47:06 * Klinda (~superleag@user/klinda) has joined Jan 12 20:27:35 * Milencho_ (~milencho@k0r-bg.eu) has joined Jan 12 20:31:13 * djinni`_ (~djinni@static.38.6.217.95.clients.your-server.de) has joined Jan 12 20:34:34 * gde35 has quit (*.net *.split) Jan 12 20:34:34 * djinni` has quit (*.net *.split) Jan 12 20:34:34 * sybariten has quit (*.net *.split) Jan 12 20:34:35 * Arie has quit (*.net *.split) Jan 12 20:34:35 * Milencho has quit (*.net *.split) Jan 12 20:34:35 * mknod has quit (*.net *.split) Jan 12 20:35:05 * Arie (ArieP@isdb.nl) has joined Jan 12 20:38:24 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Jan 12 20:38:24 * mknod (~mknod@user/mknod) has joined Jan 12 20:51:27 * sybariten (~jake@157.90.217.120) has joined Jan 12 21:10:54 * gde33 has quit (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) Jan 12 23:41:16 * mknod has quit (Quit: mknod) Jan 13 01:02:49 * Klinda has quit (Quit: Konversation terminated!) Jan 13 01:48:44 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 02:18:24 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 02:27:00 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 04:35:11 * dodobrain has quit (Remote host closed the connection) Jan 13 04:35:34 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 08:06:29 * skapata has quit (Remote host closed the connection) Jan 13 08:38:16 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 08:52:16 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 08:56:56 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 09:09:28 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Jan 13 09:24:16 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 09:29:08 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 09:30:19 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 09:30:22 * dodobrain has quit (Remote host closed the connection) Jan 13 09:34:11 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 10:39:08 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 10:46:38 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 13 10:52:10 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 10:56:52 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 10:58:14 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 11:04:48 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 11:06:18 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 11:10:34 * enoq has quit (Quit: enoq) Jan 13 11:10:52 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 11:11:45 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 11:21:44 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 13 11:26:44 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 11:51:42 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 13 12:01:44 * dodobrain has quit (Ping timeout: 260 seconds) Jan 13 14:57:47 * Klinda (~superleag@user/klinda) has joined Jan 13 17:59:38 * comphuter[m] (~comphuter@2001:470:69fc:105::e934) has joined Jan 13 18:32:19 * spinningCat (~spinningC@about/web/muscles) has joined Jan 13 18:40:00 * enoq has quit (Quit: enoq) Jan 13 20:03:25 * skapata (~Skapata@2804:14c:87b0:a6f9:f51e:b0c2:b34a:2f5a) has joined **** ENDING LOGGING AT Thu Jan 13 20:31:33 2022 **** BEGIN LOGGING AT Fri Jan 14 07:34:39 2022 Jan 14 07:34:39 * Now talking on #xml Jan 14 07:34:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 14 07:34:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 14 08:19:39 * skapata has quit (Read error: Connection reset by peer) Jan 14 09:24:27 * spinningCat (~spinningC@94.54.210.37) has joined Jan 14 11:58:25 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Jan 14 11:58:25 2022 **** BEGIN LOGGING AT Fri Jan 14 11:58:44 2022 Jan 14 11:58:44 * Now talking on #xml Jan 14 11:58:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 14 11:58:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 14 13:07:55 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 14 14:09:23 * enoq has quit (Quit: enoq) Jan 14 14:11:12 * Klinda (~superleag@user/klinda) has joined Jan 14 14:56:32 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 14 16:14:59 * enoq has quit (Quit: enoq) Jan 14 17:04:56 * spinningCat has quit (Ping timeout: 250 seconds) Jan 14 17:14:55 * skapata (~Skapata@2804:14c:87b0:a6f9:749d:daa8:d51c:47ce) has joined Jan 14 17:27:06 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 14 18:02:20 * mknod (~mknod@user/mknod) has joined Jan 14 20:15:28 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Jan 14 20:15:28 2022 **** BEGIN LOGGING AT Fri Jan 14 20:15:47 2022 Jan 14 20:15:47 * Now talking on #xml Jan 14 20:15:47 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 14 20:15:47 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 14 21:40:54 * spinningCat (~spinningC@94.54.210.37) has joined **** ENDING LOGGING AT Fri Jan 14 21:46:42 2022 **** BEGIN LOGGING AT Sat Jan 15 04:57:35 2022 Jan 15 04:57:35 * Now talking on #xml Jan 15 04:57:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 15 04:57:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 15 08:48:51 * skapata has quit (Remote host closed the connection) Jan 15 09:21:21 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Jan 15 09:21:21 2022 **** BEGIN LOGGING AT Sat Jan 15 09:21:40 2022 Jan 15 09:21:40 * Now talking on #xml Jan 15 09:21:40 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 15 09:21:40 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 15 09:30:22 * mknod has quit (Quit: mknod) Jan 15 10:55:55 * spinningCat (~spinningC@94.54.210.37) has joined Jan 15 12:41:53 * gde33 has quit (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) Jan 15 13:19:29 * Klinda (~superleag@user/klinda) has joined Jan 15 15:20:33 * spinningCat has quit (Ping timeout: 256 seconds) Jan 15 17:34:01 * skapata (~Skapata@2804:14c:87b0:a6f9:c0da:ab94:f145:24f4) has joined Jan 15 18:37:03 * cmsmcq has quit (Quit: cmsmcq) Jan 15 22:19:56 * skapata has quit (Remote host closed the connection) Jan 15 23:12:40 * skapata (~Skapata@191.177.185.183) has joined Jan 15 23:50:55 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 15 23:50:55 2022 **** BEGIN LOGGING AT Sat Jan 15 23:51:13 2022 Jan 15 23:51:13 * Now talking on #xml Jan 15 23:51:13 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 15 23:51:13 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 16 00:17:24 * shoelaces has quit (Remote host closed the connection) Jan 16 00:18:48 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Jan 16 01:48:59 * Klinda has quit (Quit: Konversation terminated!) Jan 16 02:53:41 * cmsmcq (~cmsmcq@65.19.36.46) has joined Jan 16 04:07:36 * demib0y (~slave@204.237.1.199) has joined Jan 16 06:45:37 * skapata has quit (Remote host closed the connection) Jan 16 08:23:54 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Jan 16 08:23:54 2022 **** BEGIN LOGGING AT Sun Jan 16 08:24:12 2022 Jan 16 08:24:12 * Now talking on #xml Jan 16 08:24:12 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 16 08:24:12 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 16 10:29:59 * spinningCat (~spinningC@94.54.210.37) has joined Jan 16 13:03:32 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 16 13:43:14 * enoq has quit (Quit: enoq) Jan 16 13:48:16 * Klinda (~superleag@user/klinda) has joined Jan 16 14:49:49 * skapata (~Skapata@2804:14c:87b0:a6f9:5d0c:5cd6:41ba:a0fc) has joined Jan 16 16:56:22 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Jan 16 16:56:22 2022 **** BEGIN LOGGING AT Sun Jan 16 16:56:41 2022 Jan 16 16:56:41 * Now talking on #xml Jan 16 16:56:41 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 16 16:56:41 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 16 18:28:50 * diophantoz (~diophanto@user/diophantoz) has joined Jan 16 22:26:37 * skapata has quit (Ping timeout: 240 seconds) Jan 16 22:27:56 * skapata (~Skapata@2804:14c:87b0:a6f9:5d0c:5cd6:41ba:a0fc) has joined Jan 16 22:34:21 * diophantoz has quit (Ping timeout: 256 seconds) Jan 17 00:10:41 * spinningCat has quit (Ping timeout: 256 seconds) Jan 17 01:03:23 * Klinda has quit (Quit: Konversation terminated!) Jan 17 05:35:02 * skapata has quit (Ping timeout: 240 seconds) Jan 17 06:19:15 * skapata (~Skapata@2804:14c:87b0:a6f9:506e:821:1232:2e80) has joined Jan 17 07:10:46 * skapata has quit (Remote host closed the connection) Jan 17 08:02:40 * spinningCat (~spinningC@94.54.210.37) has joined Jan 17 09:12:18 * diophantoz (~diophanto@user/diophantoz) has joined **** ENDING LOGGING AT Mon Jan 17 10:37:53 2022 **** BEGIN LOGGING AT Mon Jan 17 11:03:55 2022 Jan 17 11:03:55 * Now talking on #xml Jan 17 11:03:55 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 17 11:03:55 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 17 13:57:38 * Klinda (~superleag@user/klinda) has joined Jan 17 14:14:51 * mknod (~mknod@user/mknod) has joined Jan 17 16:52:25 * skapata (~Skapata@2804:14c:87b0:a6f9:9048:56ad:c252:2add) has joined Jan 17 19:41:12 * enoq has quit (Quit: enoq) Jan 17 19:42:08 * enoq (~enoq@194-208-178-35.lampert.tv) has joined Jan 17 20:18:10 * enoq has quit (Quit: enoq) Jan 17 20:22:57 * demib0y has quit (Ping timeout: 256 seconds) Jan 17 21:27:43 * demib0y (~slave@204.237.1.199) has joined **** ENDING LOGGING AT Mon Jan 17 21:47:30 2022 **** BEGIN LOGGING AT Tue Jan 18 06:34:20 2022 Jan 18 06:34:20 * Now talking on #xml Jan 18 06:34:20 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 18 06:34:20 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 18 07:11:05 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Jan 18 07:31:47 * spinningCat (~spinningC@94.54.210.37) has joined Jan 18 08:21:58 * spinningCat_ (~spinningC@94.54.210.37) has joined Jan 18 08:22:06 * spinningCat has quit (Ping timeout: 268 seconds) Jan 18 08:22:43 * spinningCat_ is now known as spinningCat Jan 18 08:47:26 * skapata has quit (Remote host closed the connection) Jan 18 08:54:51 * diophantoz (~diophanto@user/diophantoz) has joined Jan 18 09:34:11 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 18 10:02:23 * mknod has quit (Quit: mknod) Jan 18 10:59:30 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Jan 18 10:59:30 2022 **** BEGIN LOGGING AT Tue Jan 18 10:59:49 2022 Jan 18 10:59:49 * Now talking on #xml Jan 18 10:59:49 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 18 10:59:49 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 18 16:39:43 * Klinda (~superleag@user/klinda) has joined Jan 18 17:12:41 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Tue Jan 18 17:12:41 2022 **** BEGIN LOGGING AT Tue Jan 18 17:13:00 2022 Jan 18 17:13:00 * Now talking on #xml Jan 18 17:13:00 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 18 17:13:00 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 18 17:17:42 * skapata (~Skapata@2804:14c:87b0:a6f9:c9e8:b7fb:cb1d:72ee) has joined Jan 18 19:13:55 * skapata has quit (Quit: Ĝis.) Jan 18 21:03:05 * diophantoz has quit (Ping timeout: 256 seconds) Jan 18 21:34:43 * skapata (~Skapata@2804:14c:87b0:a6f9:c94d:2005:ed45:6900) has joined Jan 18 22:45:04 * enoq has quit (Quit: enoq) Jan 18 23:12:05 * gde33 has quit (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) Jan 19 00:56:40 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 01:37:39 * Klinda has quit (Quit: Konversation terminated!) Jan 19 01:50:51 * dodobrain has quit (Remote host closed the connection) Jan 19 01:51:16 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 02:03:59 * spinningCat has quit (Ping timeout: 256 seconds) Jan 19 02:51:05 * spinningCat (~spinningC@94.54.210.37) has joined Jan 19 03:50:49 * dodobrain has quit (Remote host closed the connection) Jan 19 03:51:22 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 05:23:26 * gde33 (~gde33@84-106-154-98.cable.dynamic.v4.ziggo.nl) has joined Jan 19 05:50:45 * dodobrain has quit (Remote host closed the connection) Jan 19 05:51:27 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 07:27:38 * skapata has quit (Remote host closed the connection) Jan 19 07:50:56 * dodobrain has quit (Remote host closed the connection) Jan 19 07:51:34 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 08:08:53 * spinningCat_ (~spinningC@94.54.210.37) has joined Jan 19 08:12:46 * spinningCat has quit (Ping timeout: 268 seconds) Jan 19 08:18:44 * spinningCat_ is now known as spinningCat Jan 19 08:21:48 * dodobrain has quit (Ping timeout: 260 seconds) Jan 19 08:36:21 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 08:54:28 * dodobrain has quit (Ping timeout: 260 seconds) Jan 19 09:10:51 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 19 09:19:40 * dodobrain has quit (Ping timeout: 260 seconds) Jan 19 10:25:56 * diophantoz (~diophanto@user/diophantoz) has joined Jan 19 12:09:02 * diophantoz has quit (Ping timeout: 240 seconds) Jan 19 14:33:51 * mknod (~mknod@user/mknod) has joined Jan 19 14:44:42 * diophantoz (~diophanto@user/diophantoz) has joined Jan 19 18:03:41 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Wed Jan 19 18:03:41 2022 **** BEGIN LOGGING AT Wed Jan 19 18:04:05 2022 Jan 19 18:04:05 * Now talking on #xml Jan 19 18:04:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 19 18:04:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 19 21:30:25 * skapata (~Skapata@2804:14c:87b0:a6f9:1cb:469c:e868:928d) has joined Jan 19 22:06:33 * Klinda (~superleag@user/klinda) has joined Jan 19 23:10:02 * spinningCat has quit (Read error: Connection reset by peer) Jan 19 23:19:57 * diophantoz has quit (Ping timeout: 256 seconds) Jan 19 23:20:32 * spinningCat (~spinningC@94.54.210.37) has joined Jan 20 00:29:22 * spinningCat has quit (Ping timeout: 250 seconds) Jan 20 00:41:37 * Klinda has quit (Quit: Konversation terminated!) Jan 20 01:36:16 * mknod has quit (Quit: mknod) Jan 20 02:20:41 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Jan 20 02:20:41 2022 **** BEGIN LOGGING AT Thu Jan 20 02:21:01 2022 Jan 20 02:21:01 * Now talking on #xml Jan 20 02:21:01 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 20 02:21:01 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 20 04:43:47 * jmdaemon (~jmdaemon@142.207.76.198) has joined Jan 20 05:26:48 * skapata has quit (Ping timeout: 268 seconds) Jan 20 05:38:15 * skapata (~Skapata@2804:14c:87b0:a6f9:1cb:469c:e868:928d) has joined Jan 20 05:52:05 * skapata has quit (Ping timeout: 268 seconds) Jan 20 05:54:21 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 20 06:29:11 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Jan 20 06:29:11 2022 **** BEGIN LOGGING AT Thu Jan 20 06:29:31 2022 Jan 20 06:29:31 * Now talking on #xml Jan 20 06:29:31 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 20 06:29:31 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 20 06:56:14 * jmdaemon (~jmdaemon@142.207.63.195) has joined Jan 20 08:04:53 * skapata (~Skapata@2804:14c:87b0:a6f9:1cb:469c:e868:928d) has joined Jan 20 08:16:18 * spinningCat (~spinningC@94.54.210.37) has joined Jan 20 08:30:17 * diophantoz (~diophanto@user/diophantoz) has joined Jan 20 08:59:55 * jmd_ (~jmdaemon@142.207.120.123) has joined Jan 20 09:00:42 * jmdaemon has quit (Ping timeout: 250 seconds) Jan 20 09:07:38 * jmd_ has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 20 09:07:58 * jmdaemon (~jmdaemon@142.207.120.123) has joined Jan 20 09:48:14 * skapata has quit (Remote host closed the connection) Jan 20 10:31:31 * linuxfrickler (~linuxfric@212.101.203.212) has joined Jan 20 10:34:54 Hello, I am failing to use xmlstarlet and need help. This is the xml data https://pastebin.com/raw/1MFAL40L  .  I want to extract name and value_float as key value list   for each sensor* Jan 20 10:34:54 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Jan 20 10:36:33 ...xmlstarlet el -v sensordata.xml | grep -P "(name|value_float)$" Jan 20 10:36:33 data/sensor1/name Jan 20 10:36:34 data/sensor1/value_float Jan 20 11:33:19 * Klinda (~superleag@user/klinda) has joined Jan 20 13:04:56 What i   want is  output like:  "Intern:25.62"   but I do not understand how to  acces the  "name" and "value_float" part of an xpath . Jan 20 13:14:41 * mknod (~mknod@user/mknod) has joined Jan 20 14:05:29 linuxfrickler: any luck? Jan 20 14:45:57 * jmdaemon has quit (Ping timeout: 240 seconds) Jan 20 14:48:14 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 20 14:56:50 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 20 15:06:04 rindolf, no i am to stupid. i understand how to access attibutes but not two nodes that are on the same level, you know ? Jan 20 15:07:25 linuxfrickler: use [...] and/or axes Jan 20 15:08:47 axis-es Jan 20 15:25:12 but with [] i have to specify an index like [1], right ? Jan 20 15:25:45 i am afraid xmlstarlet does not know a thing like [] in jq . Jan 20 15:26:14 this is the "xml to json and then use jq" variant: Jan 20 15:26:18 $ cat sensordata.xml | xq . | jq -r '.data[] | "\(.name):\(.value_float)"' Jan 20 15:26:18 Intern:25.62 Jan 20 15:26:19 Berlin hpa:-2048000.00 Jan 20 15:26:19 Berlin %:-2048000.00 Jan 20 15:26:20 Berlin °C:-2048000.00 Jan 20 15:26:20 Anschluss 1:22.00 Jan 20 15:26:21 Anschluss 2 [0]:21.96 Jan 20 15:26:21 Anschluss 2 [1]:30.64 Jan 20 15:29:48 this works, but i  want to iterate over the other sensors as well: Jan 20 15:29:50 $ cat sensordata.xml | xmlstarlet sel -t -v "/data/sensor1/name" -o ":" -v "/data/sensor1/value_float" -n Jan 20 15:29:51 Intern:25.62 Jan 20 15:34:46 * Milencho has quit (Quit: ZNC 1.7.5+deb4 - https://znc.in) Jan 20 15:46:55 * Milencho (~milencho@k0r-bg.eu) has joined Jan 20 15:50:06 linuxfrickler: use the right tool4the job Jan 20 15:51:30 linuxfrickler: https://en.wikipedia.org/wiki/Streetlight_effect Jan 20 15:52:50 linuxfrickler: you can use python3 or java / etc Jan 20 15:59:48 * skapata (~Skapata@2804:14c:87b0:a6f9:5cef:e512:2284:6d3c) has joined Jan 20 16:21:46 shure, with pyhon this is simple. i am just trying to do some practice on xmlstarlet. Jan 20 16:39:10 linuxfrickler: then stop Jan 20 16:41:09 linuxfrickler: https://en.wikipedia.org/wiki/Turn!_Turn!_Turn!#Lyrics Jan 20 16:46:06 giving up is not my style ;-) Jan 20 16:46:08 i got it Jan 20 16:46:12 cat sensordata.xml | xmlstarlet sel -t -m "//data/*" -v name -o ':' -v value_float -n Jan 20 16:46:12 Intern:25.62 Jan 20 16:46:13 Berlin hpa:-2048000.00 Jan 20 16:46:13 Berlin %:-2048000.00 Jan 20 16:46:14 Berlin °C:-2048000.00 Jan 20 16:46:14 Anschluss 1:22.00 Jan 20 16:46:15 Anschluss 2 [0]:21.96 Jan 20 16:46:15 Anschluss 2 [1]:30.64 Jan 20 16:57:52 linuxfrickler: thanksfor wasting my energy Jan 20 16:59:08 linuxfrickler: and your day Jan 20 17:00:28 ? Jan 20 17:01:18 * linuxfrickler has quit (Quit: Client closed) Jan 20 17:19:13 * mknod has quit (Quit: mknod) Jan 20 21:45:06 * spinningCat has quit (Ping timeout: 250 seconds) Jan 20 21:47:22 * mknod (~mknod@user/mknod) has joined Jan 20 23:45:08 * skapata has quit (Ping timeout: 250 seconds) Jan 20 23:46:43 * skapata (~Skapata@2804:14c:87b0:a6f9:5cef:e512:2284:6d3c) has joined Jan 20 23:49:30 * diophantoz has quit (Ping timeout: 256 seconds) Jan 21 00:42:26 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 21 00:51:37 * jmdaemon has quit (Ping timeout: 240 seconds) Jan 21 01:23:51 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Jan 21 01:23:51 2022 **** BEGIN LOGGING AT Fri Jan 21 01:24:10 2022 Jan 21 01:24:10 * Now talking on #xml Jan 21 01:24:10 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 21 01:24:10 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 21 01:24:10 -ChanServ- [#wesnoth] Changelog - https://changelog.wesnoth.org | Wiki - https://wiki.wesnoth.org | Forum - https://forums.wesnoth.org | Bugs - https://bugs.wesnoth.org Jan 21 01:24:10 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Jan 21 01:24:10 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Jan 21 01:26:50 * skapata has quit (Ping timeout: 268 seconds) Jan 21 01:28:32 * skapata (~Skapata@2804:14c:87b0:a6f9:5cef:e512:2284:6d3c) has joined Jan 21 01:50:00 * mknod has quit (Quit: mknod) Jan 21 02:04:03 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 21 02:24:02 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 21 03:21:32 * skapata has quit (Ping timeout: 268 seconds) Jan 21 03:23:15 * skapata (~Skapata@2804:14c:87b0:a6f9:5cef:e512:2284:6d3c) has joined Jan 21 03:36:53 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 21 03:47:26 * skapata has quit (Ping timeout: 268 seconds) Jan 21 03:47:42 rindolf, at least _try_ to be nice, darling Jan 21 03:54:13 demib0y: i tried. i really tried, but everypony has their breaking point: https://www.shlomifish.org/humour/fortunes/show.cgi?id=shlomif-fact-chuck-142 Jan 21 04:00:27 demib0y: if some1 wants to use intercal instead of py3, all the power to them, bbut i'mnot gonna help Jan 21 04:04:36 * skapata (~Skapata@2804:14c:87b0:9516:5cef:e512:2284:6d3c) has joined Jan 21 04:04:57 demib0y: https://en.wikipedia.org/wiki/Turing_tarpit Jan 21 04:07:50 https://www.youtube.com/watch?v=KNYI3iINXrQ - handling crit Jan 21 04:11:11 rindolf, in the case the person was using XPath and XSLT though, and this is, after all, #xml, no? Jan 21 04:14:46 demib0y: w a cli tool. :( Jan 21 04:14:55 sed/etc Jan 21 04:15:05 xmlstarlet isd quite popular Jan 21 04:15:50 the quotes dommand doesn't involve sed - $ cat sensordata.xml | xmlstarlet sel -t -v "/data/sensor1/name" -o ":" -v "/data/sensor1/value_float" - Jan 21 04:18:19 demib0y: i'm gonna admit defeat: Jan 21 04:19:35 https://www.youtube.com/watch?v=_FCld2UJMRg Jan 21 04:24:49 demib0y: "4 spaces >> \t" tho ;) Jan 21 04:41:05 * skapata has quit (Ping timeout: 268 seconds) Jan 21 04:44:10 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 21 04:53:15 * skapata (~Skapata@user/skapata) has joined Jan 21 05:00:10 * skapata has quit (Ping timeout: 250 seconds) Jan 21 05:07:33 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 21 05:17:56 * skapata (~Skapata@191.177.185.183) has joined Jan 21 05:25:18 * skapata has quit (Ping timeout: 250 seconds) Jan 21 05:29:20 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 21 05:37:59 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 21 06:41:40 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 21 07:38:58 * Disconnected () **** ENDING LOGGING AT Fri Jan 21 07:38:58 2022 **** BEGIN LOGGING AT Fri Jan 21 07:39:10 2022 Jan 21 07:39:10 * Now talking on #xml Jan 21 07:39:10 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 21 07:39:10 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 21 08:17:09 * spinningCat (~spinningC@94.54.210.37) has joined Jan 21 09:46:04 * diophantoz (~diophanto@user/diophantoz) has joined **** ENDING LOGGING AT Fri Jan 21 13:13:28 2022 **** BEGIN LOGGING AT Fri Jan 21 13:30:05 2022 Jan 21 13:30:05 * Now talking on #xml Jan 21 13:30:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 21 13:30:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 21 13:57:32 * mknod (~mknod@user/mknod) has joined Jan 21 14:46:12 * Klinda (~superleag@user/klinda) has joined Jan 21 16:55:03 * skapata (~Skapata@user/skapata) has joined Jan 21 17:55:12 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Jan 21 17:55:12 2022 **** BEGIN LOGGING AT Fri Jan 21 17:55:30 2022 Jan 21 17:55:30 * Now talking on #xml Jan 21 17:55:30 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 21 17:55:30 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 21 18:25:14 * skapate (~Skapata@user/skapata) has joined Jan 21 18:27:17 * skapata has quit (Ping timeout: 240 seconds) Jan 21 22:01:48 * djinni`_ has quit (Quit: Leaving) Jan 21 22:32:22 * djinni` (~djinni@static.38.6.217.95.clients.your-server.de) has joined Jan 22 01:12:41 * mknod has quit (Quit: mknod) Jan 22 01:18:57 * diophantoz has quit (Ping timeout: 240 seconds) Jan 22 01:39:05 * Klinda has quit (Quit: Konversation terminated!) Jan 22 02:28:54 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Jan 22 02:28:54 2022 **** BEGIN LOGGING AT Sat Jan 22 02:29:14 2022 Jan 22 02:29:14 * Now talking on #xml Jan 22 02:29:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 22 02:29:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 22 05:46:22 * skapate has quit (Ping timeout: 268 seconds) Jan 22 06:53:30 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Jan 22 06:53:30 2022 **** BEGIN LOGGING AT Sat Jan 22 06:53:50 2022 Jan 22 06:53:50 * Now talking on #xml Jan 22 06:53:50 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 22 06:53:50 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 22 10:21:28 * diophantoz (~diophanto@user/diophantoz) has joined Jan 22 15:10:27 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 22 15:10:27 2022 **** BEGIN LOGGING AT Sat Jan 22 15:10:52 2022 Jan 22 15:10:52 * Now talking on #xml Jan 22 15:10:52 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 22 15:10:52 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 22 17:00:30 * skapata (~Skapata@2804:14c:87b0:9d2e:9850:4c31:3544:119b) has joined Jan 22 17:08:25 * madcat (~dgc@user/dgcampea) has joined Jan 22 18:24:36 * Klinda (~superleag@user/klinda) has joined Jan 22 19:04:50 * eXtr3m0 (~eXtr3m0@ip-77-235-179-234.enviatel.net) has joined Jan 22 19:20:43 Hey, I'm currently using Apache Cocoon to generate my website server-side with XSLT. It's a very outdated project though and I am not really dependant on it. Are there any modern alternatives? I could also imagine replacing the functionality that I currently get from Cocoon (routing + i18n only) with custom code in another server-side language like PHP or Nodejs. Jan 22 19:23:36 eXtr3m0: hi, https://github.com/shlomif/shlomif-tech-diary/blob/master/static-site-generators--despair.md Jan 22 19:30:19 eXtr3m0: ping Jan 22 19:30:46 Yeah I had to read and understand and digest and ignore some xslt hate memes on the way. :D Jan 22 19:31:26 eXtr3m0: i dont hate xslt Jan 22 19:31:58 I didn't say that, I just stumbled across this https://www.shlomifish.org/humour/bits/facts/XSLT/ Jan 22 19:32:37 Well, if I look at "Requirements for a static site generator", I see all of them met and I know very well that it was a long hard journey to end up in that situation. But at the same time I am not sure if its satire, so I am scared ;) Jan 22 19:38:27 eXtr3m0: heh, https://github.com/shlomif/shlomif-tech-diary/blob/master/static-site-generators--despair.md is serious Jan 22 19:41:08 Yeah I see myself in that story.. thanks for sharing it. Jan 22 19:41:32 eXtr3m0: i am shlomi fish Jan 22 19:42:22 Ah, I was wondering about that. Jan 22 19:44:42 Well I am a SSG lover. For me it's absolutely clear that SSGs are the perfect match for the requirements of a buisness marketing website. I went to some CSS and JS conferences of the past years and yeah the react hype is real. I think React is probably a great match for web applications though. Jan 22 19:47:51 eXtr3m0: https://github.com/shlomif/shlomif-tech-diary/blob/master/static-site-generators--despair.md Jan 22 19:48:41 eXtr3m0: https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f i mean Jan 22 19:53:12 Yeah. I'm using requirejs as a module loader and lazySizes library for lazyloading (I can lazyload requirejs modules with it). I wrote my own build system in gulpjs (including caching strategies for faster execution). In the JS tasks, I dynamically create all the requirejs configuration dynamically for the offline CI side and for the web site in paralell based on the naming scheme of the files Jan 22 19:53:12 in the file system. Jan 22 19:53:42 I can just require['module'] anywhere and therefore decide if I want to load it with the core bundle of the site or dynamically based on usage. Jan 22 19:53:43 Ez Jan 22 19:53:44 :D Jan 22 19:55:17 eXtr3m0: heh Jan 22 19:59:40 eXtr3m0: my site as many deps too Jan 22 19:59:59 eXtr3m0: my site has many deps too Jan 22 20:05:09 I am not very happy about the npm/nodejs dependencies. Jan 22 20:05:30 frontend dependencies I manage also manually in a central place. np. Jan 22 20:05:51 * spinningCat has quit (Ping timeout: 256 seconds) Jan 22 20:13:43 Although I am not sure if you would even consider my site a SSG, since it's dynamically generated on the server. But it's only being generated once, then cached forever on the server until I deploy again which flushes the cache. Jan 22 20:14:14 Keeping the initial load performance is of course crucial and I am already considering having a warm up phase as part of the deployment. Jan 22 20:14:30 eXtr3m0: https://www.shlomifish.org/meta/site-source/ - not only js Jan 22 20:14:32 I assume classic SSG is always static Jan 22 20:22:15 A request to one of my sites lets an xml file go thorugh a pipeline of different xslt templates, the main part (generating html) has currently 27k loc Jan 22 20:23:01 268 xsl:templates Jan 22 20:36:48 eXtr3m0: ah, xslt tends2be vrebose Jan 22 20:38:14 i sttill like it Jan 22 20:42:49 I love it for what it does best, but I agree some things are weird. I wrote quite some custom xpath functions to cope with that. Kinda happy about it, but to be honest I would love to put this outside of the XSLT templates. In PHP you can create custom php functions that are available as xpath functions within xslt templates. Jan 22 20:43:23 I really wonder what the performance differences would be if I would do that for most of the codebase. Jan 22 20:47:00 E.g. I have a custom list format (array like) as values for attributes. this|is|a|list and this:could|also:be|a:list where I provide xpath functions for item search and loops etc. Although I optimised that quite a bit already, I cannot stop but feel that it would be quicker with PHP. Jan 22 20:48:58 btw I love the fact that I use XML as content management, XSLT(XML) as template engine and HTML(XML) as output format. It's just all the same. I hate PHP files that contain HTML code. :D Jan 22 21:23:27 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 22 21:23:27 2022 **** BEGIN LOGGING AT Sat Jan 22 21:23:45 2022 Jan 22 21:23:45 * Now talking on #xml Jan 22 21:23:45 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 22 21:23:45 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 22 21:23:45 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Jan 22 21:23:45 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Jan 22 21:30:09 eXtr3m0: ok. i like template toolkit Jan 22 21:36:03 Ah this explains the .tt2 files in your repo. Jan 22 21:46:15 e Jan 22 21:56:54 Bad arguments for user command. Jan 22 22:23:50 eXtr3m0: https://en.wikipedia.org/wiki/Turn!_Turn!_Turn!#Lyrics - right tool4the job Jan 22 22:28:55 * madcat2 (~dgc@user/dgcampea) has joined Jan 22 22:29:34 * madcat has quit (Remote host closed the connection) Jan 22 22:52:51 Very good Jan 22 23:32:57 * diophantoz has quit (Ping timeout: 240 seconds) Jan 22 23:55:57 eXtr3m0, most of https://words.fromoldbooks.org/ is done with XSLT 3 (Saxon) from XML files (in one case i think 100,000 HTML files from one XML document) and is static. https://www.fromoldbooks.org/Search/ is dynamic using XQuery Jan 23 00:09:42 Still using just XSLT 1.0 Jan 23 00:16:55 demib0y: thanks for the different perspective Jan 23 00:25:04 xslt 1.0 page via apche cocoon: https://www.webfleet.com/en_gb/webfleet/fleet-management/vehicle-tracking/ Jan 23 00:28:37 eXtr3m0: tracking is good. Jan 23 00:30:38 eXtr3m0: https://www.shlomifish.org/art/recommendations/music/online-artists/fan-pages/chris-grimmie/#chris-story Jan 23 00:44:33 * madcat2 has quit (Remote host closed the connection) Jan 23 00:44:38 * madcat (~dgc@user/dgcampea) has joined Jan 23 00:53:28 https://imgur.com/5miCCNc theres that Jan 23 00:59:50 * eXtr3m0_o (~eXtr3m0@ip-77-235-179-234.enviatel.net) has joined Jan 23 01:00:09 * eXtr3m0 has quit (Ping timeout: 256 seconds) Jan 23 01:01:22 * eXtr3m0_o is now known as eXtr3m0 Jan 23 01:19:12 eXtr3m0: small font, but cool Jan 23 01:24:26 eXtr3m0: my site uses https://github.com/shlomif/shlomi-fish-homepage/blob/master/lib/make/main.mak Jan 23 01:29:17 * rindolf isnt sure if switching to rake will help a lot Jan 23 01:31:57 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 23 01:31:57 2022 **** BEGIN LOGGING AT Sun Jan 23 01:32:17 2022 Jan 23 01:32:17 * Now talking on #xml Jan 23 01:32:17 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 23 01:32:17 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 23 02:14:12 haha i have makefiles, or "runme" and "publish" shell scripts :) Jan 23 02:23:05 demib0y: cool Jan 23 02:26:12 demib0y: ido 'Theme homepage' and then 'rebuild' Jan 23 02:32:08 every now and then i think of using or making a framework of some sort for doing the sites, and migrating, but it'd be so much work Jan 23 02:48:55 * Klinda has quit (Quit: Konversation terminated!) Jan 23 04:25:02 * eXtr3m0 has quit (Ping timeout: 240 seconds) Jan 23 04:28:37 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 23 05:55:30 demib0y: duplicate code isn't always bad Jan 23 05:58:51 demib0y: you are using git, right? Jan 23 07:44:57 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 23 07:44:57 2022 **** BEGIN LOGGING AT Sun Jan 23 07:45:14 2022 Jan 23 07:45:14 * Now talking on #xml Jan 23 07:45:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 23 07:45:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 23 07:58:10 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 23 08:32:55 * madcat2 (~dgc@user/dgcampea) has joined Jan 23 08:36:12 * madcat has quit (Ping timeout: 276 seconds) Jan 23 08:41:10 * skapata has quit (Quit: Ĝis.) Jan 23 10:41:52 * diophantoz (~diophanto@user/diophantoz) has joined Jan 23 11:03:59 rindolf, usijng git for other stuff, not for fromoldbooks.org Jan 23 11:27:05 demib0y: ah, what do you use 4 it? Jan 23 11:31:39 just RCS Jan 23 11:31:49 it long predates git, for one thing :) Jan 23 11:54:39 demib0y: i see. < Cookie Monster: me has an immunity for poisons.>> Jan 23 12:05:45 demib0y: using RCS is akin to using an hp-ux desktop Jan 23 12:07:43 or maybe irix... Jan 23 12:09:31 Sun OpenWindows :) Jan 23 12:13:43 demib0y: heh Jan 23 12:17:17 * jmdaemon has quit (Ping timeout: 240 seconds) Jan 23 12:23:40 * spinningCat (~spinningC@94.54.210.37) has joined Jan 23 14:15:38 * Klinda (~superleag@user/klinda) has joined Jan 23 15:38:37 * eXtr3m0 has quit (Ping timeout: 240 seconds) Jan 23 15:39:13 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 23 16:48:20 * skapata (~Skapata@2804:14c:87b0:9d2e:6c38:610a:dd57:a9dc) has joined Jan 23 19:24:49 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined **** ENDING LOGGING AT Sun Jan 23 20:39:08 2022 **** BEGIN LOGGING AT Mon Jan 24 09:03:13 2022 Jan 24 09:03:13 * Now talking on #xml Jan 24 09:03:13 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 24 09:03:13 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 24 09:31:17 * spinningCat has quit (Ping timeout: 240 seconds) Jan 24 09:39:09 * diophantoz (~diophanto@user/diophantoz) has joined Jan 24 09:40:32 * skapata has quit (Remote host closed the connection) Jan 24 11:37:34 * user__ (~dgc@user/dgcampea) has joined Jan 24 11:39:15 * madcat2 has quit (Ping timeout: 276 seconds) Jan 24 12:02:25 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 24 12:53:43 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 24 13:28:37 * Disconnected (Connection timed out) **** ENDING LOGGING AT Mon Jan 24 13:28:37 2022 **** BEGIN LOGGING AT Mon Jan 24 13:28:56 2022 Jan 24 13:28:56 * Now talking on #xml Jan 24 13:28:56 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 24 13:28:56 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 24 15:29:10 * spinningCat (~spinningC@94.54.210.37) has joined Jan 24 16:03:02 * Klinda (~superleag@user/klinda) has joined Jan 24 17:23:22 * diophantoz (~diophanto@user/diophantoz) has left (Leaving) Jan 24 18:58:32 * skapata (~Skapata@2804:14c:87b0:9d2e:7565:d4ee:7344:b4a0) has joined Jan 24 20:47:33 * mknod (~mknod@user/mknod) has joined Jan 25 00:25:17 * spinningCat has quit (Ping timeout: 240 seconds) Jan 25 00:55:55 * spinningCat (~spinningC@94.54.210.37) has joined Jan 25 01:11:01 * spinningCat has quit (Read error: Connection reset by peer) Jan 25 04:15:16 * Disconnected (Connection timed out) **** ENDING LOGGING AT Tue Jan 25 04:15:16 2022 **** BEGIN LOGGING AT Tue Jan 25 04:15:35 2022 Jan 25 04:15:35 * Now talking on #xml Jan 25 04:15:35 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 25 04:15:35 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 25 04:21:41 * eXtr3m0 has quit (Ping timeout: 256 seconds) Jan 25 04:22:30 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 25 04:49:11 * Klinda has quit (Quit: Konversation terminated!) Jan 25 08:19:37 * skapata has quit (Ping timeout: 240 seconds) Jan 25 08:31:59 * skapata (~Skapata@2804:14c:87b0:9d2e:7565:d4ee:7344:b4a0) has joined Jan 25 08:42:37 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 25 09:50:11 * braxas has quit (Ping timeout: 252 seconds) Jan 25 09:51:46 * braxas (sid508886@id-508886.lymington.irccloud.com) has joined Jan 25 09:51:56 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 25 10:00:49 * skapata has quit (Read error: Connection reset by peer) Jan 25 10:28:49 * enoq has quit (Quit: enoq) Jan 25 10:30:40 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 25 11:35:30 * enoq has quit (Quit: enoq) Jan 25 14:00:49 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 25 14:24:51 * Klinda (~superleag@user/klinda) has joined Jan 25 15:08:40 * user__ has quit (Quit: user__) Jan 25 15:43:22 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 25 18:32:57 * skapata (~Skapata@2804:14c:87b0:9d2e:fcf8:6040:f413:fda1) has joined Jan 25 19:14:25 * enoq has quit (Quit: enoq) Jan 25 20:10:27 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 25 21:23:57 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 26 05:58:38 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Jan 26 05:58:38 2022 **** BEGIN LOGGING AT Wed Jan 26 05:58:58 2022 Jan 26 05:58:58 * Now talking on #xml Jan 26 05:58:58 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 26 05:58:58 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 26 05:58:58 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Jan 26 05:58:58 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Jan 26 06:12:21 back Jan 26 06:12:35 back-end Jan 26 06:28:33 socks! Jan 26 06:42:44 demib0y: what? Jan 26 08:19:19 * skapata has quit (Quit: Ĝis.) Jan 26 10:24:16 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Jan 26 10:24:16 2022 **** BEGIN LOGGING AT Wed Jan 26 10:24:34 2022 Jan 26 10:24:34 * Now talking on #xml Jan 26 10:24:34 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 26 10:24:34 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 26 10:46:10 * Klinda (~superleag@user/klinda) has joined Jan 26 11:20:02 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 26 12:08:46 * Klinda has quit (Quit: Konversation terminated!) Jan 26 13:59:44 * Klinda (~superleag@user/klinda) has joined Jan 26 14:28:29 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 26 15:59:04 rindolf, just being random Jan 26 16:02:07 demib0y: ah Jan 26 16:54:20 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Jan 26 16:54:20 2022 **** BEGIN LOGGING AT Wed Jan 26 16:54:39 2022 Jan 26 16:54:39 * Now talking on #xml Jan 26 16:54:39 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 26 16:54:39 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 26 17:41:08 * skapata (~Skapata@2804:14c:87b0:9d2e:1c53:1d56:3b63:1825) has joined Jan 26 18:00:29 * skapata has quit (Ping timeout: 268 seconds) Jan 26 18:11:17 * skapata (~Skapata@2804:14c:87b0:9d2e:6113:ea6a:978:6ef4) has joined Jan 26 19:35:20 * demib0y has quit (Ping timeout: 250 seconds) Jan 26 19:48:24 * demib0y (~slave@64.64.177.85) has joined Jan 26 22:29:47 * skapata has quit (Read error: Connection reset by peer) Jan 26 22:34:11 * mknod (~mknod@user/mknod) has joined Jan 26 23:00:20 * skapata (~Skapata@2804:14c:87b0:9d2e:702c:f538:99a2:cdd0) has joined Jan 26 23:22:55 * Disconnected (Connection timed out) **** ENDING LOGGING AT Wed Jan 26 23:22:55 2022 **** BEGIN LOGGING AT Wed Jan 26 23:23:14 2022 Jan 26 23:23:14 * Now talking on #xml Jan 26 23:23:14 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 26 23:23:14 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 27 00:59:57 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 01:34:26 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 27 01:57:55 * dodobrain has quit (Remote host closed the connection) Jan 27 01:58:33 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 03:05:08 * mknod has quit (Quit: mknod) Jan 27 03:15:20 * Klinda has quit (Quit: Konversation terminated!) Jan 27 03:33:22 * jmdaemon has quit (Ping timeout: 268 seconds) Jan 27 03:37:39 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 27 03:57:51 * dodobrain has quit (Remote host closed the connection) Jan 27 03:58:40 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 04:05:22 * jmdaemon has quit (Ping timeout: 250 seconds) Jan 27 04:18:37 * eXtr3m0 has quit (Ping timeout: 240 seconds) Jan 27 05:21:43 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 27 05:57:54 * dodobrain has quit (Remote host closed the connection) Jan 27 05:58:20 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 06:55:57 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Jan 27 07:46:32 * skapata has quit (Remote host closed the connection) Jan 27 07:57:52 * dodobrain has quit (Remote host closed the connection) Jan 27 07:58:31 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 09:23:40 * comphuter[m] has quit (Quit: Client limit exceeded: 20000) Jan 27 09:59:37 * dodobrain has quit (Remote host closed the connection) Jan 27 10:00:21 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 11:12:34 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 27 11:36:32 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 11:49:26 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 11:53:48 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 11:54:56 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 12:18:04 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 12:43:02 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 12:47:56 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 13:01:32 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 13:07:58 * dodobrain has quit (Remote host closed the connection) Jan 27 13:08:37 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 13:20:36 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 13:38:18 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 13:43:00 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 13:43:19 * Klinda (~superleag@user/klinda) has joined Jan 27 13:44:06 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 13:49:04 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 13:50:10 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 14:09:46 * Disconnected (Connection timed out) **** ENDING LOGGING AT Thu Jan 27 14:09:46 2022 **** BEGIN LOGGING AT Thu Jan 27 14:10:05 2022 Jan 27 14:10:05 * Now talking on #xml Jan 27 14:10:05 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 27 14:10:05 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 27 14:14:16 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 14:33:15 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 14:37:36 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 14:38:46 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 14:43:40 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 14:44:49 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 14:49:16 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 14:50:20 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 14:55:20 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 14:56:21 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 15:14:56 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 15:16:06 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 27 15:21:28 * dodobrain has quit (Ping timeout: 260 seconds) Jan 27 15:40:56 * eXtr3m0 has quit (Ping timeout: 256 seconds) Jan 27 17:47:51 * mknod (~mknod@user/mknod) has joined Jan 27 18:02:24 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 27 18:18:29 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Jan 27 18:18:29 2022 **** BEGIN LOGGING AT Thu Jan 27 18:18:47 2022 Jan 27 18:18:47 * Now talking on #xml Jan 27 18:18:47 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 27 18:18:47 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 27 20:15:13 * skapata (~Skapata@2804:14c:87b0:9d2e:4014:1b4f:f962:d9d9) has joined Jan 27 21:10:49 * skapate (~Skapata@user/skapata) has joined Jan 27 21:14:02 * skapata has quit (Ping timeout: 268 seconds) Jan 27 21:28:18 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 27 22:12:53 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 27 22:18:10 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 27 22:26:59 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Thu Jan 27 22:26:59 2022 **** BEGIN LOGGING AT Thu Jan 27 22:27:18 2022 Jan 27 22:27:18 * Now talking on #xml Jan 27 22:27:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 27 22:27:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 28 01:09:49 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 28 01:21:19 * jmdaemon has quit (Ping timeout: 268 seconds) Jan 28 01:28:51 https://pngset.com/images/html-css-js-icons-text-logo-symbol-trademark-transparent-png-1153004.png Jan 28 01:28:53 * comphuter[m] (~comphuter@2001:470:69fc:105::e934) has joined Jan 28 01:29:49 What would an XSLT logo look like? Jan 28 01:44:51 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 28 01:56:09 * skapate has quit (Remote host closed the connection) Jan 28 02:06:21 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 28 02:08:10 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 28 02:32:19 * Klinda has quit (Quit: Konversation terminated!) Jan 28 03:13:04 eXtr3m0, i tried to get one made when i was at w3c but couldn't get the budget for it :( Jan 28 03:26:26 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 28 04:06:06 * skapata (~Skapata@2804:14c:87b0:9d2e:e502:a244:bdcc:aece) has joined Jan 28 04:36:57 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 28 04:39:59 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Fri Jan 28 04:39:59 2022 **** BEGIN LOGGING AT Fri Jan 28 04:40:18 2022 Jan 28 04:40:18 * Now talking on #xml Jan 28 04:40:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 28 04:40:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 28 04:40:18 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Jan 28 04:40:18 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Jan 28 04:44:04 * eXtr3m0 has quit (Ping timeout: 256 seconds) Jan 28 04:46:29 * mknod has quit (Quit: mknod) Jan 28 04:50:35 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 28 05:59:42 * dodobrain has quit (Remote host closed the connection) Jan 28 06:00:15 * dodobrain (~dodobrain@user/dodobrain) has joined **** BEGIN LOGGING AT Fri Jan 28 08:00:34 2022 Jan 28 08:00:34 * Now talking on #xml Jan 28 08:00:34 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 28 08:00:34 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 28 08:02:14 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 28 08:07:08 * jmd_ has quit (*.net *.split) Jan 28 08:07:10 * martian_a_______ has quit (*.net *.split) Jan 28 08:12:49 * martian_a_______ (sid23759@tinside.irccloud.com) has joined Jan 28 08:32:48 * dodobrain has quit (Ping timeout: 260 seconds) Jan 28 08:44:16 * dodobrain (~dodobrain@user/dodobrain) has joined Jan 28 09:52:08 * dodobrain has quit (Quit: back later) Jan 28 11:06:31 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 28 12:13:58 * Klinda (~superleag@user/klinda) has joined Jan 28 14:28:54 * jmdaemon has quit (Ping timeout: 250 seconds) Jan 28 16:00:41 * eXtr3m0 has quit (Ping timeout: 268 seconds) Jan 28 16:05:52 * b0y (~slave@204.237.1.209) has joined Jan 28 16:09:02 * demib0y has quit (Ping timeout: 240 seconds) Jan 28 18:38:25 * Disconnected (Connection timed out) **** ENDING LOGGING AT Fri Jan 28 18:38:25 2022 **** BEGIN LOGGING AT Fri Jan 28 18:38:44 2022 Jan 28 18:38:44 * Now talking on #xml Jan 28 18:38:44 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 28 18:38:44 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 28 19:15:20 * skapata (~Skapata@2804:14c:87b0:9d2e:b45b:c4a9:477:d786) has joined Jan 28 21:04:45 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 28 23:18:35 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 29 00:35:23 -jess/Wallops- As of today, we have amended our privacy policy with respect to the retention period of data related to preventing abuse. See the change at https://github.com/Libera-Chat/libera-chat.github.io/commit/9b54ea1 and our full privacy policy at https://libera.chat/privacy/ Jan 29 01:00:37 * jmdaemon has quit (Ping timeout: 240 seconds) Jan 29 01:09:35 * mknod (~mknod@user/mknod) has joined Jan 29 01:10:08 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 29 03:57:30 * Klinda has quit (Quit: Konversation terminated!) Jan 29 04:44:20 * eXtr3m0 has quit (Ping timeout: 256 seconds) Jan 29 05:46:05 * mknod has quit (Quit: mknod) Jan 29 07:19:39 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sat Jan 29 07:19:40 2022 **** BEGIN LOGGING AT Sat Jan 29 07:19:58 2022 Jan 29 07:19:58 * Now talking on #xml Jan 29 07:19:58 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 29 07:19:58 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 29 07:19:58 -ChanServ- [#fedora] Any advice you read here is provided by individual community members. You should use it at your OWN RISK. This advice is owned by each individual, and does NOT represent the views of Libera.Chat, Fedora or Red Hat. This channel may be logged. Jan 29 07:19:58 -ChanServ- [#gnu] Welcome to #gnu, the official IRC channel of the GNU Project. Please read and follow https://www.gnu.org/server/irc-rules.html and https://www.gnu.org/philosophy/kind-communication.html Jan 29 07:58:02 * skapata has quit (Remote host closed the connection) Jan 29 08:33:32 * b0y is now known as demib0y Jan 29 08:43:30 * jmdaemon has quit (Ping timeout: 250 seconds) Jan 29 08:44:26 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 29 10:01:52 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 29 10:05:10 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 29 10:46:38 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 29 13:08:45 * Klinda (~superleag@user/klinda) has joined Jan 29 15:28:27 * enoq (~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) has joined Jan 29 16:04:04 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 29 18:33:46 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 29 18:35:25 * shoelaces has quit (Remote host closed the connection) Jan 29 18:36:16 * shoelaces (~shoelaces@pool-100-38-191-176.nycmny.fios.verizon.net) has joined Jan 29 19:03:33 * enoq has quit (Quit: enoq) Jan 29 19:45:14 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sat Jan 29 19:45:14 2022 **** BEGIN LOGGING AT Sat Jan 29 19:45:33 2022 Jan 29 19:45:33 * Now talking on #xml Jan 29 19:45:33 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 29 19:45:33 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 29 20:21:14 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 29 20:22:30 * skapata (~Skapata@2804:14c:87b0:9d2e:cdc3:ec29:d616:f18b) has joined Jan 29 20:35:40 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 29 23:16:20 * jmdaemon has quit (Ping timeout: 256 seconds) Jan 29 23:39:06 * mknod (~mknod@user/mknod) has joined **** ENDING LOGGING AT Sat Jan 29 23:45:28 2022 **** BEGIN LOGGING AT Sun Jan 30 00:01:43 2022 Jan 30 00:01:43 * Now talking on #xml Jan 30 00:01:43 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 30 00:01:43 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 30 01:02:41 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 30 01:18:24 demib0y interesting, thanks for sharing! Jan 30 01:58:18 * jmdaemon has quit (Ping timeout: 250 seconds) Jan 30 02:14:41 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 30 02:26:06 * Klinda has quit (Quit: Konversation terminated!) Jan 30 04:10:09 I wrote an HTML abstraction in XSLT that consist of react like components with scss and vanilla js requirejs modules. Jan 30 04:11:23 For a CMS view I imagine I could render the source XML files in the frontend via Web Components that render the HTML output. Jan 30 04:11:58 They could either do it via an ajax request to the backend, that would need to contain all the parameters though which could become a challenge. Jan 30 04:12:24 Or I could use the javascript XSLTProcessor and load the xsl component from the backend into the frontend to render the output. Jan 30 04:13:38 But the mdn documentation website doesn't feel like they really want me to use it: https://developer.mozilla.org/en-US/docs/Web/API/XSLTProcessor Jan 30 04:39:37 * eXtr3m091 (~eXtr3m0@user/eXtr3m0) has joined Jan 30 04:43:06 * eXtr3m0 has quit (Ping timeout: 256 seconds) Jan 30 04:54:14 * eXtr3m091 has quit (Quit: eXtr3m091) Jan 30 06:01:44 * comphuter[m] has quit (K-Lined) Jan 30 06:01:47 * seabass_ has quit (K-Lined) Jan 30 06:14:32 * Disconnected (Connection reset by peer) **** ENDING LOGGING AT Sun Jan 30 06:14:32 2022 **** BEGIN LOGGING AT Sun Jan 30 06:14:51 2022 Jan 30 06:14:51 * Now talking on #xml Jan 30 06:14:51 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 30 06:14:51 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 30 06:50:10 * comphuter[m] (~comphuter@2001:470:69fc:105::e934) has joined Jan 30 07:52:35 * skapata has quit (Remote host closed the connection) Jan 30 08:37:36 * jmdaemon has quit (Quit: ZNC 1.8.2 - https://znc.in) Jan 30 08:37:54 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 30 08:44:23 * jmdaemon has quit (Read error: Connection reset by peer) Jan 30 08:48:30 * jmdaemon (~jmdaemon@user/jmdaemon) has joined Jan 30 10:10:05 * [tomathy] (~jenova@user/quetzl): tom Jan 30 10:10:05 * [tomathy] ##programming Jan 30 10:10:05 * [tomathy] platinum.libera.chat :Stockholm, SE Jan 30 10:10:05 * [tomathy] idle 00:34:27, signon: Sun Jan 30 07:31:17 Jan 30 10:10:05 * [tomathy] is logged in as quetzl Jan 30 10:10:05 * [tomathy] End of WHOIS list. Jan 30 10:40:05 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Jan 30 10:40:05 2022 **** BEGIN LOGGING AT Sun Jan 30 10:40:23 2022 Jan 30 10:40:23 * Now talking on #xml Jan 30 10:40:23 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 30 10:40:23 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 30 11:19:31 * jmdaemon has quit (Ping timeout: 245 seconds) Jan 30 12:28:19 * mknod has quit (Quit: mknod) Jan 30 13:37:00 * eXtr3m011 (~eXtr3m0@user/eXtr3m0) has joined Jan 30 13:45:52 * Klinda (~superleag@user/klinda) has joined Jan 30 13:54:03 * eXtr3m011 has quit (Quit: Client closed) Jan 30 14:01:05 * eXtr3m0 (~eXtr3m0@user/eXtr3m0) has joined Jan 30 14:09:38 re Jan 30 14:09:39 * seabass_ (~seabassfo@2001:470:69fc:105::187) has joined Jan 30 14:14:38 * Klinda has quit (Quit: Konversation terminated!) Jan 30 15:05:59 * Disconnected (Connection timed out) **** ENDING LOGGING AT Sun Jan 30 15:05:59 2022 **** BEGIN LOGGING AT Sun Jan 30 15:06:18 2022 Jan 30 15:06:18 * Now talking on #xml Jan 30 15:06:18 * Topic for #xml is: XML - Extensible Markup Language - and related, XSLT, XSLFO, XLink, XQuery,XPath, XSD/Schema, Schematron, XTest...| use https://pastebin.com for pastes over 3 lines or https://public.etherpad-mozilla.org/ for editing/commenting by others | Don't ask to ask: ask, and then wait a few hours... there is also a Slack server hosted by xml.com and a Discord server. Jan 30 15:06:18 * Topic for #xml set by demib0y!~slave@204.237.88.52 (Sat May 22 03:17:11 2021) Jan 30 16:55:28 * Klinda (~superleag@user/klinda) has joined Jan 30 17:07:01 eXtr3m0: hi Jan 30 17:13:19 eXtr3m0: you can perform an incremental conversion Jan 30 17:41:30 rindolf yup, that way I can have a pipeline on every platform. Jan 30 17:47:24 eXtr3m0: see https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Jan 30 19:21:04 * skapata (~Skapata@2804:14c:87b0:9d2e:a9ca:f4c8:c996:a5a2) has joined Jan 30 19:36:59 rindolf: May I ask you to re-post what I wrote exactly last night? I was on a web client, so do not have logs of it. Jan 30 19:38:21 I'm at a stage where I invented and then rewrote the system. I agree refactoring is something I'd rather consider after that experience.