GithubHelp home page GithubHelp logo

Comments (5)

phax avatar phax commented on August 15, 2024 4

The relevant change is 79ea0b6#diff-dfe1409a27a2b239e27cd0306c05e646fbad07757de712619194b107413c52baR43

Additionally I created a quick test to ensure it works: https://github.com/phax/ph-ubl/blob/master/ph-ubl-dian/src/test/java/com/helger/dianubl/DianUBLFuncTest.java#L106

hth

from ph-ubl.

phax avatar phax commented on August 15, 2024

Hi Rogger,
from an XML perspective it doesn't matter if the prefix is called "ns2", "dian" or "hugo".
As long as this prefix is mapped to the same URL (e.g. urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2) the XML is considered semantically equal.
But I heard, that DIAN enforces some specific requirements on the namespace prefix if I am not mistaken - I don't know the details. Sorry.

Search through the closed issues for resolutions on how to change the namespaces.

from ph-ubl.

r-vasquez avatar r-vasquez commented on August 15, 2024

Thanks for the response,

if you see I changed the namespace of cec to ext for this reason using the closed issues examples:

        aNsCtx.addDefaultNamespaceURI("urn:oasis:names:specification:ubl:schema:xsd:Invoice-2");
        aNsCtx.removeMapping("cec");
        aNsCtx.addMapping("ext", "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2");
        aBuilder.setNamespaceContext(aNsCtx);

But since I created a DianExtensionsType instance, marshal it to a DOM Element and then pass the Element to setAny, I cannot control the namespace of this DOM Element from the NamespaceContext from UBL21NamespaceContext instance.

Is there another way to pass the Dian UBLExtension to setAny without having to marshal it to a DOM instance?

from ph-ubl.

phax avatar phax commented on August 15, 2024

I get what you mean, and I found no way to marshal the "xs:any" element with the correct namespace URI.

from ph-ubl.

phax avatar phax commented on August 15, 2024

I found the problem - the namespace maper was manually overriding the Dian namespace with the default prefix. This will be fixed in 6.6.1

from ph-ubl.

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.