GithubHelp home page GithubHelp logo

Comments (7)

soshial avatar soshial commented on June 27, 2024

Actually, as it seems to me, there is no XDXF support as for now. Still eagerly waiting for it.
ps. please fix "tags" or write just their names so that they are not stripped.

from goldendict.

vvz1 avatar vvz1 commented on June 27, 2024

That is not true.

  1. Now, hyperlink tag is supported in last EA build.
  2. Tag works in GD, but value of color (for example, ) ignored, and the program show the text in blue color.
    The same time in GD I can use HTML tag <font color=> , which does not support in XDXF format (by standard)

from goldendict.

soshial avatar soshial commented on June 27, 2024

What about the new draft as of septempber 2011?
https://github.com/soshial/xdxf_makedict/blob/master/format_standard/xdxf_format.txt

from goldendict.

vvz1 avatar vvz1 commented on June 27, 2024

Sorry , I don't understand your question.

from goldendict.

vvz1 avatar vvz1 commented on June 27, 2024

As I understood
the following code from xdxf2html.cc doesn't work correctly

if ( el.hasAttribute( "c" ) )
{
  el.setAttribute( "color", el.attribute( "c" ) );
  el.removeAttribute( "c" );
}

from goldendict.

soshial avatar soshial commented on June 27, 2024

No, I meant that the version of XDXF format that GoldenDict supports is outdated. See the latest one: https://github.com/soshial/xdxf_makedict/tree/master/format_standard

from goldendict.

soshial avatar soshial commented on June 27, 2024

I may try to fix the Goldendict code in order to comply with the XDXF standard, but there are some complications: http://goldendict.org/forum/viewtopic.php?f=4&t=1811

from goldendict.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.