How to convert GDL object to XML using with LB_XML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-24 01:18 PM
Please Guide me if you know this procedure if will very helpfully for me .
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-24 06:34 PM
There comes a documentation with the kit. Follow the headlines and you come to the command line parameters. Create a Reference of the EXE file and open its settings dialog. Add the needed commands at the end of the infield with the program path and name. Close window and doubleclick on the referenced item. A black text window should open shortly and should do the job.
Other way: Open MS Dos box and navigate to the XML... folder. type in program name, followed by the parameters. If you add no parameters all available should be listed after pressing return.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-25 06:08 AM
thank you for your prompt reply if you guide details briefly it will helpful .
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-25 06:12 AM
I am using in Windows i need help for that
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-29 01:26 PM
LP_XML Converter Tool for use XML Files to ArchiCAD or ArchiCAD (GDL) files to ArchiCAD or else We can use Both converts.
Could you tell me correct way to do this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-29 01:36 PM
The converter itself is obvisiously not used very much in this group, so you will not get much response. When I am back on my home machine I can send you a screenshot of my settings.
But PLEASE read the documentation to the tool and ask, WHAT you do not understand and what you wanna do at all! I will/can not explain the whole converter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-05-29 08:04 PM
Baheerathan wrote:You will need to call this from the Command Prompt (Accessories/Command Prompt). First change to the directory containing the conversion utility, e.g.
I am using in Windows i need help for that
- (for 8.1) cd C:\Program Files\Graphisoft\LP_XML_Compiler\
(for 9) cd C:\Program Files\Graphisoft\LibDevTool_9_1810\Tool\Win\
(for 10) cd C:\Program Files\Graphisoft\LibDevToolkit 10\Tool\Win\
To convert GDL objects to XML enter:
LP_XMLConverter.exe l2x <source dir> <dest dir>
...where <source dir> is the current location of the library parts and <dest dir> is the destination of the XML files (don't enter the <> characters). A quick way of entering a directory is to drag the folder from Windows Explorer and dropping it onto the Command Prompt window. Just make sure there are spaces between the directorys.
To convert XML to GDL objects enter:
LP_XMLConverter.exe x2l <source dir> <dest dir>
...where <source dir> is the current location of the XML files and <dest dir> is the destination of the GDL objects.
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-06-01 05:41 AM
Thank you for your proper Guidence I did sucessfully
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-04-06 09:05 AM
Im trying to use the xml converter to convert from a gdl file to xml.
I am on a mac. I have downloaded the lastest Library dev pack etc.
I've tried and tried and still can't get it to work. It always say error opening or error saving.
Would someone please be able to help. A screen shot of the setting you use would be fantastic.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-04-06 08:16 PM
sdb wrote:To convert from XML to GDL, try something like this in the terminal:
Hi
Im trying to use the xml converter to convert from a gdl file to xml.
I am on a mac. I have downloaded the lastest Library dev pack etc.
I've tried and tried and still can't get it to work. It always say error opening or error saving.
Would someone please be able to help. A screen shot of the setting you use would be fantastic.
cd /Applications/Graphisoft/LibDevToolkit\ 11/Tool/OSX/LP_XMLConverter.app/Contents/MacOS/ ./LP_XMLConverter x2l /Users/rwessel/Desktop/LibraryXML/ /Users/rwessel/LibraryGDL/...where LibraryXML is the folder containing the source XML and LibraryGDL is the destination of the converted parts. You would need to use the path to your installation of LP_XMLConverter of course.
The converse (GDL to XML) would be:
cd /Applications/Graphisoft/LibDevToolkit\ 11/Tool/OSX/LP_XMLConverter.app/Contents/MacOS/ ./LP_XMLConverter l2x /Users/rwessel/Desktop/LibraryGDL/ /Users/rwessel/LibraryXML/Edit: The above is entered into a terminal session (look in Applications/Utilities/Terminal)
Central Innovation