You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
Thanks for the question, it's a good point. At present the attributes are nested into xml files to preserve the order, and increase efficiency in terms of writing lots of files (at present, ifcdoc saves everything, not just what might have changed).
There's another side effect from the point you raise, Ifcdoc forces a UTF8 encoding, but this isn't (necessarily) preserved when editing the file directly on github, and will cause a "ghost" change next time the file is processed by ifcdoc.
Ok, Jon, we could offer a very small piece of software, e.g. like a Notepad++ Plugin, that can open the XML files and offer a nice editing experience, e.g. like a markdown editor. Or we offer a plugin to another open editor, like Atom.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is great to have the docs here online, and to be able to bring in a requests for change (RFC) by making a pull request (PR).
Editing a markdown file (Documentation-md) is easy, e.g. this one:
https://github.com/buildingSMART/IFC/blob/master/Sections/Core%20data%20schemas/Schemas/IfcKernel/Entities/IfcSimplePropertyTemplate/Documentation.md
But editing a XML file (DocEntity.xml), that contains most of the article content requires some knowledge, e.g. like this:
https://github.com/buildingSMART/IFC/blob/master/Sections/Core%20data%20schemas/Schemas/IfcKernel/Entities/IfcSimplePropertyTemplate/DocEntity.xml
It would be good to find ways, to edit the DocEntity.xml - files more easily.
How are these files structured?
The text was updated successfully, but these errors were encountered: