Coder Social home page Coder Social logo

vscode-xslt's Introduction

vscode-xslt's People

Contributors

dependabot[bot] avatar szul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-xslt's Issues

Allow transforms with XSLT currently open

With the current release, the XML is the active window and you need to choose an XSLT file from disk. It would be nice to have the option of transforming the XML based on the currently open XSLT file.

not implemented: strip-space

All my trials to transform any OData metadata from XML to JSON using the OASIS XSL transformations result in an error not implemented: strip-space.

The same transformations executed through Visual Studio 2019 run flawlessly.

How to reproduce:

Expected behavior:

Experienced behavior:

  • Error is thrown: not implemented: strip-space

Make browser render optional

When you transform the XML it assumes output to HTML and opens an internal rendering of the HTML. This should be an optional feature.

not implemented: include

I'm trying to use the extension but it's failing apparently because of the xsl:include tags I use in my XSLTs. Is that right? Do you have any suggestions?

Can't make calcs with multiplication

Calculated field in with the error in XSL:

<td>
    <xsl:variable name="coste" select="unidades * precio" />
    <xsl:value-of select="$coste" /> €
</td>

Screenshot of the XML example:
Captura de pantalla de 2020-05-15 09-17-33

Files related with the issue:
compra.zip

Additional information:

  • The issue is confirmed with last version of VSCode too. Not specific issue of VSCodium.
  • If one tries an imported field like "precio" with a direct number in the XSL, there is no issue as confirmed by the person who tested it in VSCode.

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.