Search found 11 matches

by cjhukill
Fri Jun 02, 2017 6:27 pm
Forum: Other Issues
Topic: Memory error while editing a file in Oxygen
Replies: 5
Views: 3437

Re: Memory error while editing a file in Oxygen

Thank you for the reference!! I will give it type!!
by cjhukill
Fri Jun 02, 2017 3:18 pm
Forum: Other Issues
Topic: Memory error while editing a file in Oxygen
Replies: 5
Views: 3437

Re: Memory error while editing a file in Oxygen

I am receiving the same error as reported by Dasaratharajkumar, except for I'm using oXygen 16. Will this help for that version? Any suggestions would be greatly appreciated.
by cjhukill
Wed Mar 29, 2017 2:34 pm
Forum: XML Schemas
Topic: Validate multiple root elements with Schematron
Replies: 4
Views: 4239

Re: Validate multiple root elements with Schematron

Thank you so much for all your help and suggestions. I found that my namespace URI was incorrect. Once I double checked those, I was able to validate my file and produce the correct reports.

Thanks again for all your help!!
by cjhukill
Tue Mar 28, 2017 3:04 pm
Forum: XML Schemas
Topic: Validate multiple root elements with Schematron
Replies: 4
Views: 4239

Re: Validate multiple root elements with Schematron

My schematron file is separate. I declare it at the beginning of the XML file: <?xml-model href="events.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> It looks like this: <?xml version="1.0" encoding="UTF-8"?> <sch:...
by cjhukill
Mon Mar 27, 2017 6:14 pm
Forum: XML Schemas
Topic: Validate multiple root elements with Schematron
Replies: 4
Views: 4239

Validate multiple root elements with Schematron

Hi, I'm building an xml document that conforms to my xsd with two root elements in the file: [Codebox]<my:Submission xmlns:.... <office:Event> <office:Date>20170601</office:Date> . . . </office:Event> <staff:Person> <staff:Name>Doe, John</staff:Name> <staff:Available> <staff:DateBegin>20170101</staf...
by cjhukill
Thu Jan 19, 2017 8:52 pm
Forum: XML Schemas
Topic: Schematron rules for NIEM association elements
Replies: 4
Views: 3645

Re: Schematron rules for NIEM association elements

Great! I understand. I have added that rule to my set and seems to be working great. Now off to more testing...

Thank you so much for all your help!!!!
by cjhukill
Wed Jan 18, 2017 2:28 pm
Forum: XML Schemas
Topic: Schematron rules for NIEM association elements
Replies: 4
Views: 3645

Re: Schematron rules for NIEM association elements

Sorry for the late reply. Yes, there will be several of both with different text and status. Need to check PersonStatus for 'Approved' or 'Pending'. My issue was getting the PersonID for all the people associated with a specific ActivityID. Can you explain the structure of getting the PersonID in yo...
by cjhukill
Fri Jan 13, 2017 12:41 am
Forum: XML Schemas
Topic: Schematron rules for NIEM association elements
Replies: 4
Views: 3645

Schematron rules for NIEM association elements

I am trying to build a schematron rule set for an XML structure that contains NIEM association members. For example, I have: <nc:Activity s:id="Activity1"> <nc:ActivityCategoryText>My new activity</nc:ActivityCategoryText> . . </nc:Activity> <nc:Activity s:id="Activity2"> <nc:Act...
by cjhukill
Wed Mar 30, 2016 11:02 pm
Forum: XSLT and FOP
Topic: Book title in bookmarks as first top level element
Replies: 13
Views: 8917

Re: Book title in bookmarks as first top level element

Hi, I assume that you want to change the bookmarks' structure for the DITA-OT PDF output. DITA Open Toolkit PDF output can be customized in several ways: * creating a DITA Open Toolkit plugin which adds extensions to the PDF plugin. * creating a customization directory and using it from the PDF tra...
by cjhukill
Tue Mar 22, 2016 9:26 pm
Forum: XSLT and FOP
Topic: Customer function in schematron
Replies: 2
Views: 4423

Re: Customer function in schematron

Thank for you quick reply. I set that in my environment and all is working as planned. THANK YOU!!
by cjhukill
Mon Mar 21, 2016 4:26 pm
Forum: XSLT and FOP
Topic: Customer function in schematron
Replies: 2
Views: 4423

Customer function in schematron

I am attempting to add a custom function to my schematron rule stylesheet to aid in looking up values in code tables. I continue to receive an error message: "unrecognized element xsl:function from namespace http://www.w3.org/1999/Transform'' At the top of the file, I have the following declara...