Search found 12 matches

by feickertmd
Wed Feb 15, 2023 9:39 pm
Forum: XSLT and FOP
Topic: What are parameters for collection() function
Replies: 2
Views: 689

What are parameters for collection() function

This is more XPath than XSLT. I am combining multiple files in a directory into a single output file. The function that works to pull in and process all the files is: collection('translated_files?select=*.rdf*;recurse=yes;content-type=application/xml') My question is: Where can i find all the possib...
by feickertmd
Tue Jun 30, 2015 9:31 pm
Forum: Feature Request
Topic: Format and Indent XQuery
Replies: 8
Views: 9317

Re: Format and Indent XQuery

Thanks for the tip, Costin. Is there any way to customize the formatting? By default, it will place a line feed between curly braces and a one-line command, which I would only do for multi-line code. So this: <name>{$person/first-name}</name> Becomes this: <name>{ $person/first-name }</name> That ma...
by feickertmd
Mon Jun 15, 2015 8:01 pm
Forum: Other Issues
Topic: Configuring oXygen debugger with MarkLogic?
Replies: 1
Views: 1488

Configuring oXygen debugger with MarkLogic?

I have tried using oxygen debugger to work on my MarkLogic modules. I am new to ML, so I do not fully understand the relationship between the HTTP source and the XDBC source, but I followed what was done in the oxygen video tutorial. The video glossed over a lot of detail, and I sit still wondering ...
by feickertmd
Thu Jun 04, 2015 9:12 pm
Forum: Feature Request
Topic: Format and Indent XQuery
Replies: 8
Views: 9317

Re: Format and Indent XQuery

Still not done in v17!!!
by feickertmd
Fri Oct 04, 2013 8:02 pm
Forum: XSLT and FOP
Topic: Find index of matches in xsl:analyze-string?
Replies: 1
Views: 3498

Find index of matches in xsl:analyze-string?

I am using xsl:analyze-stirng to prse a long string and break it into separate lines that are under a given length. Example input <root> <string>210 character string</string> </root> I already have working code that gives me this: <root> <string>50 character string</string> <string>50 character stri...
by feickertmd
Fri Feb 15, 2013 7:15 pm
Forum: XSLT and FOP
Topic: Rendering whole stylesheet with imports
Replies: 0
Views: 2213

Rendering whole stylesheet with imports

Does anyone know of a method or tool by which I can take a stylesheet that has a <xsl:import/> statement and view the entire set of code as one stylesheet? (Essentially, view the logical stylesheet sent to JVM, which would be a combination of the tow?) I hope I have worded this well enough. Thanks!
by feickertmd
Thu Sep 06, 2012 9:36 pm
Forum: Other Issues
Topic: create default stylesheet
Replies: 1
Views: 1349

create default stylesheet

Is it possible to configure the tool so that whenever I choose to create a new stylesheet, certain namespaces and schema associations automatically are inserted? I work with HL7, and it's easy to forget to add those in every time (plus, it's more work). What I'd like to do is choose to open a new st...
by feickertmd
Thu May 03, 2012 6:53 pm
Forum: Other Issues
Topic: Context-sensitive XSLT not working in 13.2
Replies: 1
Views: 2535

Context-sensitive XSLT not working in 13.2

I know that oXygen usually has a good drag and drop ability in the XSLT editor in which you can drag from the source file tree and have your code appear within context of your template or for-each loops. HOwever, for some reason, my installation does not. My coworkers who downloaded new trisl could ...
by feickertmd
Mon Nov 29, 2010 9:41 pm
Forum: Other Issues
Topic: Win 7 64-bit will not allocate more than 700m of JVM space
Replies: 5
Views: 3920

Re: Win 7 64-bit will not allocate more than 700m of JVM space

The "All" installation worked. Looks like there may be some constraint through my firewall in Windows 7. I'll troubleshoot and let you know if I figure it out so that others may benefit.
by feickertmd
Mon Nov 29, 2010 9:04 pm
Forum: Other Issues
Topic: Win 7 64-bit will not allocate more than 700m of JVM space
Replies: 5
Views: 3920

Re: Win 7 64-bit will not allocate more than 700m of JVM space

Adrian, I need v 11 (that what I have a license for). Where can i find that in the All download?
by feickertmd
Wed Nov 24, 2010 6:48 pm
Forum: Other Issues
Topic: Win 7 64-bit will not allocate more than 700m of JVM space
Replies: 5
Views: 3920

Re: Win 7 64-bit will not allocate more than 700m of JVM space

Adrian,

I have Sophos, handled by network policy. Has it been particularly buggy toward you? (It wouldn't surprise me.)

I'll try that route. I have the 64-bit JRE installed already. I'll try the firewall and the all installation and let you know. Thanks.

:marc:
by feickertmd
Tue Nov 23, 2010 8:02 pm
Forum: Other Issues
Topic: Win 7 64-bit will not allocate more than 700m of JVM space
Replies: 5
Views: 3920

Win 7 64-bit will not allocate more than 700m of JVM space

I just changed to a 64-bit OS so that i could have a bigger JVM. However, Oxygen will crash if I put anything over 700m. My cohorts who use 64-bit Mac machines with same ram amoutn (8GB) have no problem with 1500m.

What can I do? I have almost 7 GB free space, and I can't use it!