<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to enable XML_PARSE_HUGE for &amp;lt;&amp;lt; XPath()? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/748558#M92923</link>
    <description>&lt;P&gt;I ran into some issues when running one older script using XPath. I got error message "Excessive depth in document: 256 use XML_PARSE_HUGE option". So how can that option be enabled? I found old post where someone has faced the same issue but there is no solution (question wasn't about this issue) &lt;LI-MESSAGE title="Scripting Y Axis to be Log scale" uid="54573" url="https://community.jmp.com/t5/Discussions/Scripting-Y-Axis-to-be-Log-scale/m-p/54573#U54573" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Wafer Stacked.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size(490, 62454),
	Show Control Panel(0),
	Variables(X(:X_Die), X(:Y_Die), Page(:Lot_Wafer Label)),
	Elements(Position(1, 1), Box Plot(X, Legend(8))),
	Elements(Position(2, 1), Box Plot(X, Legend(9))),
	Invisible
);

rep = Report(gb);

Try(
	rep &amp;lt;&amp;lt; XPath("//AxisBox");
,
	show(exception_msg);
);

gb &amp;lt;&amp;lt; Close Window;
Close(dt, no save);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can do what I want with some looping but I would prefer if I could (at least attempt) to do it by using XPath and sending single message to the list of references.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 08:43:02 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-23T08:43:02Z</dc:date>
    <item>
      <title>How to enable XML_PARSE_HUGE for &lt;&lt; XPath()?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/748558#M92923</link>
      <description>&lt;P&gt;I ran into some issues when running one older script using XPath. I got error message "Excessive depth in document: 256 use XML_PARSE_HUGE option". So how can that option be enabled? I found old post where someone has faced the same issue but there is no solution (question wasn't about this issue) &lt;LI-MESSAGE title="Scripting Y Axis to be Log scale" uid="54573" url="https://community.jmp.com/t5/Discussions/Scripting-Y-Axis-to-be-Log-scale/m-p/54573#U54573" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Wafer Stacked.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size(490, 62454),
	Show Control Panel(0),
	Variables(X(:X_Die), X(:Y_Die), Page(:Lot_Wafer Label)),
	Elements(Position(1, 1), Box Plot(X, Legend(8))),
	Elements(Position(2, 1), Box Plot(X, Legend(9))),
	Invisible
);

rep = Report(gb);

Try(
	rep &amp;lt;&amp;lt; XPath("//AxisBox");
,
	show(exception_msg);
);

gb &amp;lt;&amp;lt; Close Window;
Close(dt, no save);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can do what I want with some looping but I would prefer if I could (at least attempt) to do it by using XPath and sending single message to the list of references.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 08:43:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/748558#M92923</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-23T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable XML_PARSE_HUGE for &lt;&lt; XPath()?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/843527#M101735</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Did you ever find something for this error, it is killing me with using scripts to format a lot of levels when using the "Page" option in Graph Builder and arranging in rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 21:21:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/843527#M101735</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2025-02-21T21:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable XML_PARSE_HUGE for &lt;&lt; XPath()?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/843675#M101750</link>
      <description>&lt;P&gt;No I didn't. In one application I changed to some sort of loop thing, in other I think modifying XPath might have been enough and in third I think I did XPath in smaller parts. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might also work for Graph Builder + Page: try creating it first without Page, make modifications and then add the Page&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Wafer Stacked.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel(0),
	Variables(X(:X_Die), X(:Y_Die)),
	Elements(Position(1, 1), Box Plot(X, Legend(8))),
	Elements(Position(2, 1), Box Plot(X, Legend(9))),
	Invisible
);

rep = Report(gb);

rep[AxisBox(2)] &amp;lt;&amp;lt; Show Major Grid(1); // modify frame / axis

gb &amp;lt;&amp;lt; Add Variable({:Lot_Wafer Label, Role("Wrap")}); // add page

gb &amp;lt;&amp;lt; Size(490, 62454); // set size if needed
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can take a look if I can find the "latest" case I had to deal with (most likely was this exact case) on Monday&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2025 05:21:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-enable-XML-PARSE-HUGE-for-lt-lt-XPath/m-p/843675#M101750</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-02-22T05:21:51Z</dc:date>
    </item>
  </channel>
</rss>

