Search found 4 matches

by tgochenour
Thu May 22, 2014 1:53 am
Forum: Other Issues
Topic: Automation pipeline
Replies: 1
Views: 1359

Automation pipeline

I have a process I use to generate RelaxNG schema definition of a form specification grammar that evolves over time. The steps in this process are: 1) I run scrubspec.xsl which iterates through collection of all "/xml/*.spec.xml" files in two separate projects and copies each to a 'scrubsp...
by tgochenour
Mon Jun 17, 2013 11:36 pm
Forum: XSLT and FOP
Topic: XSL Breakpoint in <xsl:include/> file
Replies: 3
Views: 3410

XSL Breakpoint in <xsl:include/> file

When I place a breakpoint on code that referenced in an <xsl:include/> directive, the breakpoint doesn't cause a stop. I can place breakpoints only in the top-level XSL file or in the XML file. I can step into the code referenced by <xsl:include/>. The reverse trace feature from the output pane loca...
by tgochenour
Mon Mar 11, 2013 4:29 pm
Forum: Common Problems
Topic: Format/Indent single line XML
Replies: 2
Views: 5570

Re: Format/Indent single line XML

I handled second issue by suppressing doctype generation in IE transformNode with
<xsl:output omit-xml-declaration="yes"/>. Even after setting encoding="UTF-8" IE still
would output UTF-16.
by tgochenour
Sun Mar 10, 2013 4:38 am
Forum: Common Problems
Topic: Format/Indent single line XML
Replies: 2
Views: 5570

Format/Indent single line XML

I have an XML without any whitespace between tags. I'm expecting Format/Indent to insert line feeds between tags but I get this output instead: <dataset oid="opalobj-92" currentuser="20014" systemdate="2013-03-09" disableCapture="true" skip_pkey="true&quo...