Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load such file -- rexml/xpath_parser #99

Closed
rchekaluk opened this issue May 21, 2024 · 0 comments
Closed

cannot load such file -- rexml/xpath_parser #99

rchekaluk opened this issue May 21, 2024 · 0 comments

Comments

@rchekaluk
Copy link

Reference ruckus/quickbooks-ruby#598

When using gem quickbooks-ruby, with the xml at bottom, roxml throws error:

$HOME/lib/roxml/xml/references.rb:62:in `require': cannot load such file -- rexml/xpath_parser (LoadError)

Failing XML:

<Customer domain="QBO" sparse="false">
  <Id>58</Id>
  <SyncToken>0</SyncToken>
  <MetaData>
    <CreateTime>2024-05-21T02:37:36-07:00</CreateTime>
    <LastUpdatedTime>2024-05-21T02:37:36-07:00</LastUpdatedTime>
  </MetaData>
  <FullyQualifiedName>Company B</FullyQualifiedName>
  <CompanyName>Company B</CompanyName>
  <DisplayName>Company B</DisplayName>
  <PrintOnCheckName>Company B</PrintOnCheckName>
  <Active>true</Active>
  <PrimaryEmailAddr>
    <Address>boogiewoogie@army.gov</Address>
  </PrimaryEmailAddr>
  <Taxable>true</Taxable>
  <Job>false</Job>
  <BillWithParent>false</BillWithParent>
  <Balance>0</Balance>
  <BalanceWithJobs>0</BalanceWithJobs>
  <CurrencyRef name="United States Dollar">USD</CurrencyRef>
  <PreferredDeliveryMethod>Print</PreferredDeliveryMethod>
  <IsProject>false</IsProject>
  <ClientEntityId>0</ClientEntityId>
</Customer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant