Git Product home page Git Product logo

Comments (5)

bhanu-goyal avatar bhanu-goyal commented on September 27, 2024

Hello Zach,
I am trying to use your tool in windows with python 3.7 and everytime i compile the code it throws
from xmlschema.components import (
ModuleNotFoundError: No module named 'xmlschema.components'
-:1: parser error : Document is empty

^
-:1: parser error : Start tag expected, '<' not found

^

Can u plz help me..

from xsd2xml.

bobbyiliev avatar bobbyiliev commented on September 27, 2024

As the validators was updated recently, try changing 'xmlschema.components' to 'xmlschema.validators' and it should work

from xsd2xml.

maayanorner avatar maayanorner commented on September 27, 2024

Hello Zach,
I am trying to use your tool in windows with python 3.7 and everytime i compile the code it throws
from xmlschema.components import (
ModuleNotFoundError: No module named 'xmlschema.components'
-:1: parser error : Document is empty

^
-:1: parser error : Start tag expected, '<' not found

^

Can u plz help me..

As the validators was updated recently, try changing 'xmlschema.components' to 'xmlschema.validators' and it should work

For future readers - from my experience, yes, you can import the types, but no, it will not work for newer versions of xmlschema (I think there are breaking changes, as I was debugging it and seeing there are sometimes missing attributes and so on, especially related to XMLSchema11, maybe it will work with XMLSchema10 but if you need 11 it's a problem).

from xsd2xml.

seregagl avatar seregagl commented on September 27, 2024

Ported code for python3
https://github.com/seregagl/xsd2xml

Tested only with XMLSchema10

from xsd2xml.

DawMatt avatar DawMatt commented on September 27, 2024

@seregagl 's fork has a pull request ( seregagl#1 ) to be compatible with version 2.1.1 of the module.

from xsd2xml.

Related Issues (4)

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.