GithubHelp home page GithubHelp logo

compact output about ox HOT 9 CLOSED

ohler55 avatar ohler55 commented on June 2, 2024
compact output

from ox.

Comments (9)

ohler55 avatar ohler55 commented on June 2, 2024

Set the indentation to zero. That will make the output as tight as possible with no added new lines.

from ox.

schmurfy avatar schmurfy commented on June 2, 2024

it does not seems to work that way :(

require 'ox'

root = Ox::Element.new('root')

root << Ox::Element.new('name').tap{|el| el << "value" }
root << Ox::Element.new('name2').tap{|el| el << "value2" }

p Ox.dump( root, indent: 0 )
# => "\n<root>\n<name>value</name>\n<name2>value2</name2>\n</root>\n"

What I want is:

<root><name>value</name><name2>value2</name2></root>

is there something missing in my code ?

from ox.

ohler55 avatar ohler55 commented on June 2, 2024

Should work so I must have broken something on some release. I'll get it fixed.

from ox.

ohler55 avatar ohler55 commented on June 2, 2024

The fix will be a clarification of the documentation. If the indent value is less than 0 then you get a tight one line output.

from ox.

schmurfy avatar schmurfy commented on June 2, 2024

If you can fix this issue and indent: 0 really does generate an xml with no newline I can resort to a single gsub on the result to replace the entities for #64 , this should do the trick for me.

from ox.

ohler55 avatar ohler55 commented on June 2, 2024

Less than zero, so -1 will give you the one line xml.

from ox.

schmurfy avatar schmurfy commented on June 2, 2024

ah ok my bad, will try that then !
I don't why I got stuck with = 0 in my head instead of < 0 :s

from ox.

ohler55 avatar ohler55 commented on June 2, 2024

Let me know if it works. :-)

from ox.

schmurfy avatar schmurfy commented on June 2, 2024

it works !
There is a newline at the end but for some reason every xml builder wants to have this newline, I can take care of it no big deal xD

from ox.

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.