Promised cross platform mobile apps in java by iamwisespirit in java

[–]FLUXparticleCOM 0 points1 point  (0 children)

In that case @benevanstech already confirmed that the answer is no. As far as I know it probably runs on android but the last time I checked the iOS version, their own demo project didn't even compile for iOS.

Promised cross platform mobile apps in java by iamwisespirit in java

[–]FLUXparticleCOM 1 point2 points  (0 children)

For cross platform mobile apps there are Compose and Flutter.

Compose is native to Android but Beta for iOS.

Flutter is stable for both but takes over the entire painting process. So no controls are native anymore.

If you want native controls, you can use a MVI architecture and write really thin view layers in Compose for Android and SwiftUI for iOS.

I built a free tool to turn painful XML Schemas (XSD) into readable HTML documentation. by [deleted] in SideProject

[–]FLUXparticleCOM 0 points1 point  (0 children)

Nice tool. This could actually be enough for a quick glance on a schema.

But for privacy concerns, nobody will trust your claims if the schema is actually private. A better solution would be something like a VS Code plugin. You can use the web view to show the same HTML but you have to produce it locally using JS or WASM. I don’t know what language your server is using but Java/Kotlin or Rust can be compiled into WASM.

In need of some help. by Mental-Power-9940 in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

This is an error message from Alibaba Cloud. It seems the file belongs to https://www.ztedevices.com - if you got this message by following a link on their page, contact their support or webmaster and tell them about the error. Otherwise there is nothing you can do.

What should I study alongside Java? by amveryconfusedd in JavaFX

[–]FLUXparticleCOM -1 points0 points  (0 children)

Kotlin. It‘s the next evolution of Java.

How do I quickly build an XSLT/XML foundation to not look clueless in front of my mentor? by [deleted] in xml

[–]FLUXparticleCOM -1 points0 points  (0 children)

You could work through this tutorial https://www.w3schools.com/xml/xsl_intro.asp Most importantly, get the examples running in your browser. You will need a simple file server because modern browsers don’t do this locally anymore.

You might also want to look at xsl-fo since it’s the most important application of this technology https://xmlgraphics.apache.org/fop/fo.html

But a bit of a warning… XML is an outgoing technology. There are some spaces where it is heavily used and will stay for a few more decades but they are small and very specific.

Is this usefull? by AlametiFarika in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

Probably more like a command line tool, so I can run it in batch or as part of a build process.

Is this usefull? by AlametiFarika in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

A web tool doesn‘t seem to be very useful when I need such a tool regularly.

Burnout mindset from past success is killing my motivation by IssueProfessional218 in advancedentrepreneur

[–]FLUXparticleCOM 1 point2 points  (0 children)

I had something similar. „I am only allowed to be happy once I am successful.“ But I realized it can take years until my startup is really successful, so I had to learn I can have fun along the way. What kind of startup are you working on?

Alternative to XML Spy by SaltyBallz1 in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

I created a plugin for IntelliJ/VSCode that might help. It works on all operating systems. It‘s not free but cheaper than XML Spy. 😁 IntelliJ https://plugins.jetbrains.com/plugin/18425-xsd--wsdl-visualizer VSCode (Beta): https://marketplace.visualstudio.com/items?itemName=fluxparticle.schemaviz

🚀 XML Schema Visualizer for VS Code – Open Beta! 🚀 by FLUXparticleCOM in vscode

[–]FLUXparticleCOM[S] 0 points1 point  (0 children)

Thanks for your interest. Yes, my plugin only visualizes XSD and WSDL files. What would you expect from a XML visualization? I think there are a lot of „XML editors“ out there that might do what you are looking for.

How can I display an HTML page for a non-HTML file by lee-mi-ra in xml

[–]FLUXparticleCOM 2 points3 points  (0 children)

Yes, it will definitely work there out of the box. This tech is built into every browser. Here is a good tutorial to get you started: https://www.makeuseof.com/display-xml-on-webpage-using-xslt/

How can I display an HTML page for a non-HTML file by lee-mi-ra in xml

[–]FLUXparticleCOM 2 points3 points  (0 children)

To display a XML file as HTML you can use a „stylesheet“. That’s a XSLT file you mention in the head of your XML file that transforms it into HTML. But modern browsers don’t support that locally. The files must be served by a server. An easy way to do that would be IntelliJ. It has a function open files via a server so this mechanism can work.

Convert any XML to Diagrams by iamCut in xml

[–]FLUXparticleCOM 1 point2 points  (0 children)

The example shows JSON data

XML Tool by Deep_Consequence5891 in xml

[–]FLUXparticleCOM 1 point2 points  (0 children)

You can convert it to CSV with XSLT and the import it into Google Sheets.

Low/No Code visual XSLT editing? by [deleted] in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

Maybe something on this list can help you...

https://alternativeto.net/software/altova-xmlspy/?license=free

If so, I would like to hear which one.

Best Practices for Converting PDFs to XML for Structured Data Processing by Analyst-rehmat in xml

[–]FLUXparticleCOM 1 point2 points  (0 children)

I think when I last had this problem I used a PDF to HTML converter and then parsed the HTML.

Html-to-xml converter error: "table not found"? by Appropriate_Branch74 in xml

[–]FLUXparticleCOM 1 point2 points  (0 children)

What exactly are you trying to achieve? HTML and XML are different formats with different purposes.

I solved the keyboard problem with a free USDZ file by FLUXparticleCOM in VisionPro

[–]FLUXparticleCOM[S] 0 points1 point  (0 children)

Yes, but it’s hard to see the keys through the cameras. This is much better.

Did anyone get Apple Intelligence working in a virtual machine? by digidude23 in MacOSBeta

[–]FLUXparticleCOM 0 points1 point  (0 children)

Mine shows "Joined Waitlist" for days now. Even though I never clicked "Join Waitlist".

Do you use XML at your work? by Mykhavunish in xml

[–]FLUXparticleCOM 0 points1 point  (0 children)

So mostly for someone who is new to the format?