Questions tagged [liquid-xml]

Use this tag for questions relating to Liquid XML Studio, questions with this tag are actively monitored and answered by the Liquid support team, Liquid XML is a graphical XML Editor, Data Mapper and Web Service Toolkit containing the tools for designing, developing and testing XML applications complying with the W3C standards.

Liquid XML Studio is a graphical XML Editor, Data Mapper and Web Services Toolkit containing the tools needed for designing, developing and testing XML applications complying with the W3C standards.

32 questions
29
votes
1 answer

Liquid Studio: How to write a JSON schema $ref to another file

I'm trying to refer to a JSON schema located in a different file using "$ref" with Liquid Studio 2017. Both the referring JSON schema and the referred JSON schema are located within the same directory. I tried it using relative paths: "$ref":…
hounce
  • 312
  • 1
  • 3
  • 6
1
vote
1 answer

How to I convert files above 200 kb in size to JSON schema on liquid XML?

I'm trying to convert a very large JSON file to JSON Schema, but when I upload that file to Liquid_XML it gives me a prompt saying file size above 200 kb. Can buying a licensed version fix this issue? If so, which license to buy?
Prashank
  • 21
  • 4
1
vote
1 answer

How To Execute XSLT Transform In Liquid Studio Community Edition

I checked on the Compare Features page on the website (https://www.liquid-technologies.com/xml-studio-editions) and it says that the community edition does have this feature. However, I am new to this app and cannot find out how to execute it - I…
dan0001
  • 153
  • 1
  • 9
1
vote
1 answer

XML to CSV with data header using Liquid Data Mapper

I have an XML file that describes a header and a list. I need to generate a CSV file where the first line of the file is constructed from the header information and the subsequent lines of the file constructed from the list. The header has a…
A Bridgen
  • 11
  • 1
1
vote
1 answer

Liquid-XML Editor Line Numbers for text files

I am able to open large files and it works great, however I do not get line numbers even though that option is on by default. It does for xml files, but a text file with .xml extension does not. Any ideas on how to get the line numbers or maybe the…
Joe C
  • 3,925
  • 2
  • 11
  • 31
1
vote
1 answer

LiquidXML DataBinding Suppress NodeType when exporting to XML String

I use LiquidXML. I have a XSD file, this XSD File created a Visual Basic .Net project via the DataBinder tool. Now I create the classes and export them via xxx.ToXML The created Xml string looks good so far. But I get some of the nodes like…
Zero-G.
  • 45
  • 10
1
vote
1 answer

Autogenerated LiquidXML Code Registration.iRegistrationIndicator = 0; Cause Error

I have 2 different XSDs that I have used Liquid to generate C# code and projects. Ive added them into a COM wrapper solution and call from the COM project. It all works great if I Only call one of the auto generated projects (XSDs), once I have…
1
vote
1 answer

Font 'Courier New' does not support style 'Regular' in Liquid XML

When I start Liquid XML Studio I get the error Font 'Courier New' does not support style 'Regular' At this point the application closes, how do I fix it?
Sprotty
  • 5,676
  • 3
  • 33
  • 52
0
votes
1 answer

Running LiquidXML code generated from the Data Binder produces a 'Version Mismatch Error' at Runtime

I am developing a small sample application using LiquidXML. I have an XSD file which has been transformed into C++ classes by the Liquid XML Data Binder. I have seen examples of Liquid code working in the past, but not used it personally, and my…
mwigs
  • 1
0
votes
1 answer

Custom Transformation Component templates for visual studio

Transformation Components in Liquid Studio are a fixed set of components. Is it possible to develop our own components with a .net template file? Something like Grasshopper:…
Peter
  • 1
0
votes
2 answers

Section not showing Youtube URL

I am very new to Liquid and I am trying to create an option where the user is able to enter a YouTube link and the video is not appearing when entering the link. Currently, I have another video embedded in the schema tag so that the video can…
0
votes
1 answer

Problem with restriction in xsd complex type inheritance

I have the a little problem with the xsd below. I have created a type of vaultobject with a type attribute that can have any value in a enumeration. Then I derived VaultServiceObject from vaultobject en set a restriction to limit type to a fixed…
zu1b
  • 422
  • 5
  • 11
0
votes
2 answers

Issue with line 450 of an XSD file doesn't let me convert it to XML

I've been trying to convert an XSD file to XML. It is a formulary provided by a government agency in order to be able to report some required data. The XML schema says it was created by LiquidStudio, which is the reason I'm here. I've tried using…
0
votes
1 answer

UnknownAttribute event for LxSerializer

Does there exist in LxSerializer something along the lines of the XmlSerializer UnknownAttribute event? Liquid did a much better job parsing the xsd into c# code than xsd.exe did, but I need to be able to handle attributes that are not defined in…
ScottZ
  • 101
  • 1
  • 1
  • 7
0
votes
1 answer

organizing json schema in liquid-xml projects

I am an existing user of XML spy. xml spy supports project similar to liquid-xml. But the issue with liquid XML. I am not able to import an existing folder structure and files in project explorer. Is there any way to achieve this. We have very…
KShah
  • 3
  • 1
1
2 3