Originall the is put 'some.xslwithin the
Styledirectory located within the
Resourcesdirectory which is in the
Contents` directory of the mac windows word.
I wonder if it is possible to load/ convert this word plugin/style to libre office?
Originall the is put 'some.xslwithin the
Styledirectory located within the
Resourcesdirectory which is in the
Contents` directory of the mac windows word.
I wonder if it is possible to load/ convert this word plugin/style to libre office?
I don’t think it is relevant to system though as it is like a plugin/ template feature.
But here is the spec>
and here is the sample xsl
<xsl:stylesheet version="1.0" xmlns:b="http://schemas.openxmlformats.org/officeDocument/2006/bibliography" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<!-- Variable containing all necessary data for a certain style of bibliography. -->
<xsl:variable name="data">
<general>
<stylename>Harvard - UWE</stylename>
<version>2013.12.17</version>
<description>An implementation of the Harvard reference style based on the description by the UWE.</description>
<URL></URL>
<auhtor>Yves Dhondt (yves.dhondt@gmail.com), Andrew Cartwright (andy.cartwright1@gmail.com), Luke Browning (info@lukebrowning.com), James Greenhalgh (james@greenhalgh.eu)</auhtor>
<comment>
Based on HarvardAnglia by Yves Dhondt, Extended by Andrew Cartwright and Luke Browning to be similar to UWE Harvard, Updated for Word 2013 by James Greenhalgh.
</comment>
<display_errors>yes</display_errors>
<citation_as_link>no</citation_as_link>
</general>
<importantfields>
<source type="ArticleInAPeriodical">
<b:ImportantField>b:Author/b:Author/b:NameList</b:ImportantField>
<b:ImportantField>b:Title</b:ImportantField>
<b:ImportantField>b:PeriodicalTitle</b:ImportantField>
<b:ImportantField>b:Year</b:ImportantField>
<b:ImportantField>b:Month</b:ImportantField>
<b:ImportantField>b:Day</b:ImportantField>
<b:ImportantField>b:Pages</b:ImportantField>
</source>
..........
</xsl:value-of>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<!-- Informative variable indicating which version of BibWord this is. -->
<xsl:variable name="version">
<xsl:text>2.5</xsl:text>
</xsl:variable>
</xsl:stylesheet>
at least we have a little idea of what we are talking about
now your first message being (still) almost unreadable, I guess you should expand a bit (for non Word specialists) what you expect this xsl to be applied on.
maybe this : LibreOffice SDK Guide: Chapter 50. Importing XML - The Document Foundation Wiki
Sorry my bad, it seems like it is not clear enough.
It probably is a 2020+ word specific feature.
MS word has a feature to import/add this “.xsl” file into the app resource directory to act as a plugin.
Like for example, the xml I copied/show is a plugin/template that can auto generate the reference with a small ui at the sidebar of the app.
I assume libre office does not have such feature? Or maybe it does but has libreoffice own implementation?