Search found 6 matches

by LeeHart
Tue Oct 10, 2023 6:11 am
Forum: SDK-API, Frameworks - Document Types
Topic: Treat element as xi:include
Replies: 3
Views: 568

Re: Treat element as xi:include

Thanks. I'm fairly new to Java development (just a few projects), but I have many years of experience working with CSS and XSLT.
I see an implementation of that class for the DITA-OT project files (ro/sync/ecss/extensions/dita/DOTProjectAuthorReferenceResolver.java) - is that a reasonable start?

Lee
by LeeHart
Sun Oct 08, 2023 3:42 am
Forum: SDK-API, Frameworks - Document Types
Topic: Treat element as xi:include
Replies: 3
Views: 568

Treat element as xi:include

We'd like to have an element treated as `xi:include`, loading the file in the `href` attribute as text. Is this currently supported? I browsed the docs but didn't see this. I thought that in the CSS, `content : attr(href) ;` might work but it doesn't. If i add `-oxy-link : attr(href);` then clicking...
by LeeHart
Fri May 06, 2022 6:43 pm
Forum: Other Issues
Topic: Refactoring issue on Linux
Replies: 1
Views: 519

Refactoring issue on Linux

I was trying to use the XML Refactoring tool "Wrap element content" on a Linux install of XML Editor and I keep getting an error in "XML Refactoring Errors" pane (error at bottom of message). I tried the exact same operation on Windows and it worked fine. Both are running XML Edi...
by LeeHart
Mon Apr 26, 2021 1:56 am
Forum: Other Issues
Topic: Parameter for XML Refactoring tool that is a file
Replies: 1
Views: 805

Parameter for XML Refactoring tool that is a file

Some of our XML files are related to each other, even though they are stored in different packages. I'd like to add a comment to elements in one package if the descriptions for the thing being described are overridden in another package. This would be useful as a reminder - if the description is bei...
by LeeHart
Tue Oct 08, 2019 8:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Including customized profiling attributes and styles with framework
Replies: 5
Views: 2091

Re: Including customized profiling attributes and styles with framework

1) None of the content is DITA so we don't use a subject schema map. 2) Squirreling them into project files will do for now. The downside is that when the project settings are imported they seem to overwrite all of the existing settings, rather than merge in. 3) A fixed set of options also has probl...
by LeeHart
Tue Oct 08, 2019 3:09 am
Forum: SDK-API, Frameworks - Document Types
Topic: Including customized profiling attributes and styles with framework
Replies: 5
Views: 2091

Including customized profiling attributes and styles with framework

Our framework supports multiple document types, most of which have profiling attributes. We'd like to have consistent presentation of this profiling. What can we add to our framework to define the profiling attributes and colors/styles to be used with those profiling attributes. I can see that the d...