<div dir="ltr"><div>Hi<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 14, 2020 at 5:36 AM Fuzzy <<a href="mailto:tuser@fuzzyjazz.com">tuser@fuzzyjazz.com</a>> wrote:<span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)"></span> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="gmail-m_4396730561898793614WordSection1"><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">Would it normally be easy to take an existing project like mine (for display in a web browser) and adjust it to display inside tellico’s “generate report” window?  I’m curious whether I should work towards the goal of creating an actual report-template, or whether I should stick with the solution I have until I’ve learned more.<br></span></p></div></div></blockquote><div> </div><div><div>If it takes Tellico XML as input and outputs HTML, it can easily be a report template. Drop it in your local template folder, described at  <a href="https://userbase.kde.org/Tellico/Templates">https://userbase.kde.org/Tellico/Templates</a></div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="gmail-m_4396730561898793614WordSection1"><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">Basically, what I have now is the full <a href="http://tellico.tc" target="_blank">tellico.tc</a> XML file with the following three modifications made to it: <br>1. After the <!DOCTYPE ... > declaration, I added the following line:<br> <?xml-stylesheet type=”text/xsl” href=”nameofmy.xsl”?> <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">2. I deleted everything after the word “tellico” in the tellico tag (for some reason, things wouldn’t work with xmlns="<a href="http://periapsis.org/tellico/" target="_blank">http://periapsis.org/tellico/</a>" syntaxVersion="11"> in it.  Is that the “namespace” entry?   Why would it run without that, but not with?)<br></span></p></div></div></blockquote><div><br></div><div>So you're not generating the HTML with xsltproc or anything like that, but having the stylesheet within the Tellico XML file. Nice, whatever works for you!</div><div><br></div><div>By default, Tellico outputs XML in its own namespace. The XSLT has to account for that, there are various ways of doing it. The part quoted uses a default namespace for all entities. Alternatively, you'll see it used with a namespace prefix like tc:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="gmail-m_4396730561898793614WordSection1"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)"></span><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">Is there a way to search the mailing list’s archive?<br></span></p></div></div></blockquote><div><br></div><div>There are a few mirrors of the mailing list that you can search, though I can't speak to their accuracy.<br></div><div><a href="http://kde.6490.n7.nabble.com/Tellico-f1442465.html">http://kde.6490.n7.nabble.com/Tellico-f1442465.html</a></div><div><br></div><div>Robby<br></div></div></div>